inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.44k stars 57 forks source link

How can detect change when Row reorder on groups change? #264

Closed icharge closed 1 year ago

icharge commented 2 years ago

What you did: I'm trying on Enterprise edition. about Row reorder on groups.

Refer to this example : https://reactdatagrid.io/docs/row-reorder#row-reorder-on-groups

What happened: When I drag n drop item between group I can't find how to detect or use callback to know what which item I just change group and send to Backend app.

I'm looking for a React plugin for our application that my team is developing.

inovua-admin commented 1 year ago

Fixed in version 5.3.0. See onRowReorderStart, onRowReorderEnd, onGroupRowReorderStart and onGroupRowReorderEnd callbacks.