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

Table column ordering #1588

Open
olivier5741 opened this issue Aug 16, 2023 · 1 comment
Open

Table column ordering #1588

olivier5741 opened this issue Aug 16, 2023 · 1 comment

Comments

@olivier5741
Copy link

Is your feature request related to a problem? Please describe.

In Realm studio tables, properties are ordered alphabetically. When there are many of them, it's hard to understand what the row is about since the information is visually spread.

Describe the solution you'd like

An way to order properties (annotation, ...) or respect an established order (the order in the coded class). It would be great to generate mongo atlas realm schema accordingly.

Describe alternatives you've considered

Reduce column size of irrelevant properties to minimum

@kneth
Copy link
Contributor

kneth commented Aug 17, 2023

Thank you for your suggestions.

respect an established order (the order in the coded class).

Studio is reading the schema from the Realm file, and internally it is alphabetically sorted.

An way to order properties (annotation, ...)

When you share a Realm (using device sync), it might be difficult to ensure that two code bases (for example your Kotlin and Swift apps) have the same ordering.

It would be great to generate mongo atlas realm schema accordingly.

I see how that can speed up the development process.

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

No branches or pull requests

2 participants