Row Reorder Plugin (deprecated)
What changed
Section titled “What changed”- The implementation moved from
@toolbox-web/grid/plugins/reorder-rowsto@toolbox-web/grid/plugins/row-drag-drop. - The feature key
reorderRowsis now a deprecated alias forrowDragDrop. - The legacy
canMovecallback is preserved and mapped internally to the newcanDrophook with a synthesised intra-grid payload. - The plugin’s name is now
'rowDragDrop'.getPluginByName('reorderRows')still resolves to the same instance.
Where to go next
Section titled “Where to go next”- Documentation, demos, configuration, events, and the migration guide all live on the Row Drag-Drop Plugin page.
- Code migration — see the migration section for the one-line import swap.
If you have no need for cross-grid drag or any of the new
row-drag-start / row-drop / row-transfer events, no code change is
required to keep the existing intra-grid reorder behaviour working — the
alias takes care of it.
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt