I notice on my mobile devices when I look at an original table in table mode, it shows like the image here, however in other scenarios it shows as a single row requiring scrolling.
I would like to know how to enable this view in other places and how to configure it.
Thanks. That doesn’t seem to be it as the display column is visible and the same in both.
What did you find?
Switching some stuff from Notion to Coda, and like many finding Coda to be so much more powerful, except for mobile. I hope I can figure out how to make it work for us.
I will suggest you to use formulas and display things in Mobile…that way it looks more manageable…I run my entire Homestay business in Coda using only Mobile Phone.
For opening the row to get detailed view, first create a OpenRow button within the table. Then create Text column and use button() formula. Lets say you create the column with name “OpenRowButton”.
As far as I know all columns are visible in both cases.
When the display column is visible, it follows some unknown logic to arrange the data. You might need to fidget around to find a layout that you are happy with.
When the display column is not visible, you just need to scroll horizontally to see the other columns.
In the method I described, since we are going all in only using formulas to suffice our needs, its not dependent on bookmarking or hiding or unhiding of the column.
Additionally, the OpenRow button takes in additional argument of which layout view to open on the button click. So you can first create the desired layout and then map it to this button.