I am using a detail screen from an in-line list and I do not want anyone to be able to edit the data unless they go to an edit screen.
Is there a way or a best practice on how to display data that is read-only. What I really want an option flag for the component so it can be viewed only and not changed!
For example, I have a boolean that shows up as a nice switch BUT the end-user can change this. I want it display only (as well as other fields).
I would prefer a read-only switch under options but this is a really good way and fits with the ‘Glide way’ of using rows as a means of storing display options like with templates. I use them for creating captions for card lists, etc.