PushMove
methodsMoves the specified data items to the data source without marking them as "new". The data source cannot reorder data items to the server without explicit knowledge of the sorting mechanism. Therefore, this is an explicitly client-side operation.
Parameters:indexNumber
itemsObject|Array
The zero-based index at which the data item should be moved to.
The data item or data items to append to the data source.