-
-
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
[DataGrid] The drag event on head should be ignored when disableColumnReorder
#1762
Comments
@sajidfrommerqata I am wondering as to how is this working for you as shown in the video? Did you try XGrid component first and then swapped it with DataGrid? Can you refresh codesandbox link and try again? It does not work for me in the provided CodeSandbox link. My OS is MacOS. Also, |
I have raised the same bug in #1579. It's more a less a duplicate. |
@oliviertassinari The user is mentioning it is in DataGrid for which we do not support column reordering. Did you check the provided codesandbox link and video? I cannot reproduce it there. |
@ZeeshanTamboli I could reproduce the issue with the codesandbox provided here. |
disableColumnReorder={true}
disableColumnReorder={true}
disableColumnReorder
I set disableColumnReorder to true but I can reorder the columns of the table.
Video: https://drive.google.com/file/d/15TAR8d_aED1OVNETtdPkSml4IKRfSt4w/view
SandBox: https://codesandbox.io/s/material-demo-forked-7hvfc
The text was updated successfully, but these errors were encountered: