move(sindex,tindex)

  • Type: Method
  • File: core/datastore.js
  • Implemented in: DataStore
  • Included in:

moves an item from one position to another

Parameters

  • sindex - the orignal position of an item
    • dimension
  • tindex - the new position of an item
    • dimension

Returns