When building custom widgets, HOW TO find the type of column a user selects, so I can allow it to be edited and saved? (and better yet, to use radial, or dropdown, etc if they are of that type)???
If I map a formula column and try to edit the record, the widget doesn´t know that column is formula (it receives a text from the formula) and tries to send back text to Grist, which it doesn´t accept.
I needed to be able to find the type of column so the editor will change between text, dropdowns, etc, and also BLOCK with a lock symbol formula columns.