We have implemented reorderable.rows in our grid, which uses the columns.draggable handler, alongisde the columns.selectable checkbox. We want to achieve two things:
- Dragging and dropping single rows without needing to select a checkbox (e.g. user loads the grid, drags and drops using the handler, rows are reordered)
- Multi-row dragging and dropping (e.g. user loads in, selects 2 checkboxes, uses the handler to reorder both rows at the same time)
According to the documentation, both behaviors are seemingly not achievable at the same time. Is there a work around or a different feature that we could use to get the desired result?
Thank you,
Kris