PushCreate
methodsAppends the specified data items to the data source without marking them as "new". The data source will not sync data items appended via pushCreate.
The difference between
pushCreateandaddis that items appended viaaddare synced with the remote service.
Parameters:itemsObject|Array
The data item or data items to append to the data source.