[data grid] Column reorder only move column at the end #14999
Labels
component: data grid
This is the name of the generic UI component, not the React module!
design
This is about UI or UX design, please involve a designer
new feature
New feature or request
priority: low
To delay as much as possible
waiting for 👍
Waiting for upvotes
Summary
Today, we reorder the columns as the user moves them. However, it's not necessarily the best UX.
Screen.Recording.2024-10-16.at.15.30.47.mov
https://mui.com/x/react-data-grid/column-ordering/
In the tree view, we started doing the opposite, inspired by https://youtu.be/5SQkOyzZLHM?si=RJie7mSh4DZCx30X&t=1800
Screen.Recording.2024-10-16.at.15.31.26.mov
https://mui.com/x/react-tree-view/rich-tree-view/ordering/
Only reorder at the end of the integration. I believe we should move in this direction. It should help fix #9330 too as it improves performance. It was suggested in #9330 (comment).
Examples
Motivation
Performance and UX
The text was updated successfully, but these errors were encountered: