Upload changed data in table

Hello, I want to upload changed data in table.
When I changed data in a selected cell, it changed in UI.
But in javascript code, "console.log(table1.selectedRow.name);"-> the result is default value.
How can I upload data?
Could you give me your hand?

Set the resource into GUI mode...
Check out this doc and this one

1 Like

Can you share some screenshots of what you are attempting to execute?

I wanna change the value of cell but it doesn't work.

What can I code to update?

As noted since you can make a column editable you can edit more than one record so use Bulk update and in array of records to update use {{table1.changeSetArray}}

1 Like