Our blazing fast Grid component built with pure JavaScript


Post by jstano »

One item we're looking to have the grid support is for the user to be able to drag a single cell and drop it on another single cell. I would expect as a user that if I drag the mouse to the bottom of the grid and there are more rows, the grid would start scrolling and when I see the sees the cell appear, they can drop it.

A second use case would be to drag a single row and drop it above or below another row in order to implement a row reordering feature. As would expect the grid to scroll the same way as use case 1.

Thanks,

Jeff

Post by mats »

Great suggestions. The drag drop of rows is not currently supported but on our roadmap somewhere, probably Q3-Q4 next year. I've opened a ticket to keep track of this internally.

Drag drop of cells isn't on our roadmap though but you can probably implement it yourself quite easily by studying our drag drop code (or you can hire us to implement it).

Post Reply