How to alter data from a table?

I have a table which is showing some data from my database. I’d like to modify the data from the table. I see that there is a allowEditOn property for the table and permissible values are single-click, double-click and long-press.
However, I am not able to edit the table on any of these values. What else do I have to do to make the table editable.

You have to write a script to update the database table. Right click on the table, and select configure events. Choose the onCellEditCommit and add a script to that event to update the database. I’m not very familiar with Perspective yet, so try the manual entry on tables.

1 Like