Closed
Description
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
- You're running version >=2.1.4 of Parse Server.
- You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Dashboard running on Heroku via latest npm module
Steps to reproduce
Try re-ordering columns to your liking for a class, and then moving to a different web browser/device. You will notice that the order is not preserved.
Logs/Trace
Note: If you get a browser JS error please run npm run dev
. This will provide source maps and a much more useful stack trace.
After doing some digging, I realized that the order is saved in the browser's local storage. Because of this, it is not synced across devices. I was wondering if there was a way to permanently set the order for class columns so that I do not have to reset it each time. Thanks.