-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to reorder a column group? #298
Comments
It is possible, but we don't provide a drag handle for it, so you will need to add your own to your grouped header renderer and handle the reorder logic using the column props. @quixotically may have some advice, she implemented the solution for our application. But it required sync'ing multiple grids to support grouped and non-grouped columns at the same time. |
Hello @bawaji94 , |
Is it possible to view how you handle it? (the example showed in the gif) |
Yeah, it would be nice to see some code on how to reorder column groups. |
I'm trying to implement that. |
Our new reordering API should make this easier to implement. Adding v1.2 milestone so we consider this when tackling. |
Is there a way to have the drag and drop option for the column group just like the individual columns.
The text was updated successfully, but these errors were encountered: