How to edit column in table from script

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