doonfrs / pluto_grid_plus

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
27 stars 28 forks source link

[Feature] onColumnsMoved cancel event #78

Open GnRSlash opened 2 months ago

GnRSlash commented 2 months ago

About the event onColumnsMoved:

It would be better if this event occurred before the columns were moved, giving the user the chance to cancel the event and not move any columns.

another suggestion would be to add to the event object, what is the original index of the column (from)

Thanks and great job!