-
-
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
[DataGridPro] Support columns reorder on mobile #1235
Comments
Thank you for response. Honestly it seemed as na obvious bug as I couldn't found any mention of it not working on mobile in the docs. And also that other similar functionality (at least from the UX point of view) column resize si working on mobile just fine. I can image using drag&drop to reorder columns on tablets without problems. On mobiles it would be more cumbersome. At this moment this not an overly important feature for us. We are planning to create a standalone component (similar to #839) to configure columns and their order (#820 would be great to make it easier). So maybe at least mention it in docs? Thanks! |
Duplicate of #9330 |
Hi,
It seems columns can't be reordered (dragged) on mobile devices (with touch events). Or at least I couldn't find a way how to do it. Resizing works fine.
Specifically tested on Chromium-based browsers for android. It can be also replicated in desktop version of Chrome and Firefox in mobile emulation mode.
Tried on oficial example https://material-ui.com/components/data-grid/columns/#column-reorder.
Thanks for fixing it up!
The text was updated successfully, but these errors were encountered: