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

Preserve column header order in data sources #372

Open
stevenle opened this issue Jun 14, 2024 · 0 comments
Open

Preserve column header order in data sources #372

stevenle opened this issue Jun 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@stevenle
Copy link
Member

Describe the bug

When syncing a data source to firestore, the rows are saved as maps. Hash maps in firestore are natively unordered, so the column headers displayed on the data sources page is undeterministic (each refresh may result in a different order).

Proposed Solution: Preserve the column header order somewhere in firestore and have the data source page be able to read the stored sort order.

@stevenle stevenle added the bug Something isn't working label Jun 14, 2024
@stevenle stevenle self-assigned this Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant