-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[data grid] Grouping using drag and drop #5235
Comments
I would be in favor of adding a |
Any update on this? Would love to see this prioritized :) |
Not yet This feature will be added at some point 👍 |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Are there any news regarding this feature? Or is there some example or workaround on how this feature could be implemented in the meantime? |
This is a must have! |
I'm working on it on my company. My leader already allowed me to share the feature. When I finish it i'll link a sandbox here |
I'm also trying to migrate off devexpress as MUI is much more performant, but for parity we need this |
Hey did you manage to implement this? |
Any udpates on this? |
I have successfully implement this feature, but I'm not working on that company anymore. So unfortunately I no longer have access to the code. But I'll describe what I've done: First I've created a Context around the datagrid and then I've created a drop component above the grid, inside the context. In the context, I've created a useRef variable called At the drop component, I've passed a callback on the |
Any udpates on this? |
Our Company is waiting for this feature too |
Summary 💡
I have been using the devexpress reactive grid for a while and have now migrated to mui x data grid.
The devexpress reactive data grid has the feature to group rows by dragging the column header to the toolbar.
(example: https://codesandbox.io/s/charming-almeida-jsvlc7?file=/index.js)
Examples 🌈
https://codesandbox.io/s/charming-almeida-jsvlc7?file=/index.js
Motivation 🔦
This feature would make grouping much simpler and much more intuitive. Furthermore it is more accessible than having to access the column's menu.
Order ID 💳 (optional)
No response
The text was updated successfully, but these errors were encountered: