Drag & drop column reordering in admin UI #2075
hades200082
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 2 replies
-
@hades200082 check out this PR! #1865 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On a collection listing page when adding columns to the table the newly added column is added to the left of the table.
This makes for poor UX in LTR-based locales because it means you then have to remove all columns and re-add them all in the reverse order to that which you want them displayed.
defaultColumns
only partially solves this (as it means editors are less likely to need to change the displayed columns).It would be great if you could have an option to reorder columns, either by a simple drag/drop or by toggling a reorder mode and using arrows or something.
Beta Was this translation helpful? Give feedback.
All reactions