Skip to content

A pop-up to order columns more efficiently #138

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

Closed
omairvaiyani opened this issue Mar 13, 2016 · 6 comments · Fixed by #1235
Closed

A pop-up to order columns more efficiently #138

omairvaiyani opened this issue Mar 13, 2016 · 6 comments · Fixed by #1235
Labels
type:feature New feature or improvement of existing feature

Comments

@omairvaiyani
Copy link

When classes have too many fields, it becomes really difficult to re-order columns in the current manner (dragging a column horizontally across the page). If a pop-up/modal was shown with just the fields in a vertical, draggable, list - it would be much easier to sort.

Bonus addition would be to export this order as a JSON, and import it to different Parse Apps (useful for development vs. production apps).

@peterdotjs
Copy link
Contributor

We store the order of the columns in local storage so for most users it would be a one time cost. Are you finding yourself reordering frequently?

Using the existing PIG components you'll be able to build it. I can help point you in the right direction if you're interested in contributing.

@peterdotjs peterdotjs changed the title [Feature Request] A pop-up to order columns more efficiently A pop-up to order columns more efficiently Mar 13, 2016
@omairvaiyani
Copy link
Author

Hi @peterdotjs, I do regularly re-order the fields, especially during early development on new projects. I did see the local storage object so I knew it wouldn't be too difficult to adjust. Can you double check that "PIG components" link, it's taking me to a 404. I'll have a crack at building it.

@drew-gross
Copy link
Contributor

I fixed the link.

@mistahgandhi
Copy link

I know this is an old thread. But wanted to ask where is default column order stored locally so it can be changed for repeat use?

@Treverr
Copy link

Treverr commented Mar 1, 2017

I have the same issue, even on the latest version, if i close the browser and re-open it. The columns are not in the order i left them in last time.

douglasmuraoka added a commit to douglasmuraoka/parse-dashboard that referenced this issue Aug 20, 2019
Allows users to configure the columns visibility and order though a single
component.

Closes parse-community#106
Closes parse-community#138
davimacedo pushed a commit that referenced this issue Aug 22, 2019
* feat: Column configuration component

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

Closes #106
Closes #138

* fix: Simplify components

* fix: ColumnPreferences test

* fix: External click not closing component
@omairvaiyani
Copy link
Author

Very nice!

douglasmuraoka pushed a commit that referenced this issue Nov 29, 2019
…idden_script

fix: CustomField subType isFormHidden script
@mtrezza mtrezza added type:feature New feature or improvement of existing feature and removed type:improvement labels Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants