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?
Also, we would like to make the handler display data as well. In essence, we want another column that displays a date to be the one column that you can use for dragging and dropping. My thinking was to give the draggable column a template with the data, but it seems to always be overwritten with the three stripes icon. Is there a way to achieve this?
Thank you,
Kris
