How to edit column in table from script

I created app for matching companies
I want to push on button and to insert value to editable column in table by script.
How I can do it?

Hi @Dmitriy_Fedotov, the JS query is only changing the value of the object's moneyball_id property on the frontend. If we would like this change to persist, we would have to update the row at the database level.

Here is our doc on Display and edit datasets with the Table component.

Here is a great tutorial video from @MiguelOrtiz:

Let us know if you have any questions. :slightly_smiling_face:

2 Likes