The order of displayed fields when you opening the link to the row from the linked table

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?

  1. We are creating table_1 and some fields in there
  2. We are createing table_2 and making the column with th link to table one.
  3. Adding the link to one of the rows in Table_1
  4. Clicking on that link to open modal window with the row from table_1
  5. 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.
  6. 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?

Hi @fedorq, this issue should address what you’re looking for: Different ordering of link row values (#1785) · Issues · Baserow / baserow · GitLab. Currently, this isn’t possible—link row values are ordered according to the row ID of the linked table. :slightly_smiling_face: