Skip to content
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

Merged
merged 6 commits into from
Aug 22, 2019

Conversation

douglasmuraoka
Copy link
Contributor

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

image

Allows users to configure the columns visibility and order though a single
component.

Closes parse-community#106
Closes parse-community#138
@mtrezza
Copy link
Member

mtrezza commented Aug 21, 2019

Wow this is a nice one!

@dplewis
Copy link
Member

dplewis commented Aug 21, 2019

Perhaps you can add a reset button to sort

objectId, ...abc..., createdAt, updatedAt, ACL

@douglasmuraoka
Copy link
Contributor Author

@dplewis yeah, that would be nice :)
What do you think about having this done in a second moment? I believe we have a usable feature in hands.

@dplewis
Copy link
Member

dplewis commented Aug 21, 2019

I agree, I should have time today to test this.

@douglasmuraoka
Copy link
Contributor Author

@dplewis that's great! Thank you 👍

@dplewis
Copy link
Member

dplewis commented Aug 21, 2019

@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!

@douglasmuraoka
Copy link
Contributor Author

@dplewis fixed, external click closes the component :)

Copy link
Member

@davimacedo davimacedo left a 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 !

@davimacedo davimacedo merged commit f8c27eb into parse-community:master Aug 22, 2019
@omairvaiyani
Copy link

Couldn't be happier with this - we have 50+ columns on some of our classes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A pop-up to order columns more efficiently Hide/Unhide Columns in Data Browser
5 participants