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

feature request: custom order of columns in the filter popup #1883

Closed
3 tasks done
vince1995 opened this issue Oct 26, 2021 · 7 comments · Fixed by #1884
Closed
3 tasks done

feature request: custom order of columns in the filter popup #1883

vince1995 opened this issue Oct 26, 2021 · 7 comments · Fixed by #1884
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature

Comments

@vince1995
Copy link
Contributor

vince1995 commented Oct 26, 2021

New Feature / Enhancement Checklist

Current Limitation

We have some classes with a lot of columns. If we want to filter one of these classes, we use most of the time something like email, objectId or userId. If we open the filter popup we have to scroll down the entire list and search the correct column name.

Feature / Enhancement Description

It would be really cool if there's a feature to change the order to our preferences. The columnPreference could be extended for this feature.

Example Use Case

Add to the columnPreference a Boolean like filterSortToTop. Everything that is truthy will be on the top of the list.

@parse-github-assistant
Copy link

parse-github-assistant bot commented Oct 26, 2021

Thanks for opening this issue!

  • ❌ Please edit your post and use the provided template when creating a new issue. This helps everyone to understand your post better and asks for essential information to quicker review the issue.

@mtrezza
Copy link
Member

mtrezza commented Oct 26, 2021

Sounds very practical!

Add to the columnPreference a Boolean like filterSortToTop. Tverything that is truthy will be on the top of the list.

How should the fields at the top be sorted among themselves - also alphabetically or in the order as specified in the config?

@mtrezza mtrezza added type:feature New feature or improvement of existing feature bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) labels Oct 26, 2021
@vince1995
Copy link
Contributor Author

In the PR #1884 I‘ve opened I sort them in the same order as in the columnPreference setting. I assume that this behavior is expected and prefered from other users. I mean we set that order for the DataBrowser, so that‘s a point also for the order in the filter popup.

@mtrezza
Copy link
Member

mtrezza commented Oct 26, 2021

Yes, sounds good!

@parseplatformorg
Copy link
Contributor

🎉 This pull request has been released in version 3.3.0-alpha.13

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Oct 27, 2021
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 3.3.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Nov 1, 2021
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 3.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature
Projects
None yet
3 participants