moves an item to the defined position
move(id: (string | number) | (string | number)[], index: number, target?: object): (string | number) | (string | number)[];
Parameters:id: string | string[]
- the ids of items to moveindex: number
- the index to move items totarget: object
- optional, the target data collection objectEither the item's id or an array with ids of items.
Example
component.data.move("4",5); // moves the item with id:4 to the position with index 5
Related sample: Data. Move
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4