-
-
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
feat(Database Browser): Change columns order and visibility #1235
feat(Database Browser): Change columns order and visibility #1235
Conversation
Allows users to configure the columns visibility and order though a single component. Closes parse-community#106 Closes parse-community#138
Wow this is a nice one! |
Perhaps you can add a reset button to sort objectId, ...abc..., createdAt, updatedAt, ACL |
@dplewis yeah, that would be nice :) |
I agree, I should have time today to test this. |
@dplewis that's great! Thank you 👍 |
@douglasmuraoka I've tried it out and it seems working fine. I have just one additional question. Is it possible to dismiss the menu when clicking outside the box? Thanks! |
@dplewis fixed, external click closes the component :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty good! Nice job @douglasmuraoka !
Couldn't be happier with this - we have 50+ columns on some of our classes! |
Allows users to configure the visibility and order of columns in an easier way. In the column configuration menu, a click changes the visibility of the column, and reordering can be achieved by dragging and dropping. There is also the "Hide All" and "Show All" buttons, that changes the visibility of all columns at once.
Closes #106
Closes #138