PushInsert
methodsAppends the specified data items to the data source without marking them as "new". The data source will not sync data items appended via pushInsert.
The difference between
pushInsertandinsertis that items appended viainsertare synced with the remote service.
Parameters:indexNumber
itemsObject|Array
The zero-based index at which the data item will be inserted.
The data item or data items to append to the data source.