You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: