Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
If you are self-hosting, what version of Baserow are you running?
Version 1.31.1
If you are self-hosting, which installation method do you use to run Baserow?
Docker version 27.5.1, build 9f9e405
What are the exact steps to reproduce this issue?
- We are creating table_1 and some fields in there
- We are createing table_2 and making the column with th link to table one.
- Adding the link to one of the rows in Table_1
- Clicking on that link to open modal window with the row from table_1
- The order of displayed fields from this row in modal view is unpredictable, it’s not in the order of columns creation date and numeric field_%id%, not in the order of columns in the view or table_1, but a kind or random closer to display them by field type, but also not always.
- Is it possible somehow to change the order of field in the modal window that appears when you are clicking on the row from the linked table?