How can i change value of a record in table using script?

Hello guys,
Please help me with this.
I am making a table with a column has type Modal. And when i update value in a text area of this Modal, i want the table update too, kind of a column of a record in table have updated same as the text area value in Modal. And it will show the "Save Change" button. Can anyone help me with this please?

Thanks

Hi @Huyphamphu91 :wave: thanks for reaching out with this question!

I think that this type of custom modal logic may be best accomplished by not using a modal column type, but instead by utilizing an action button in the table to open up a Modal component. There are some detailed instructions within the Open a Modal from an action button in a Table section of the documentation – do you think that that would suit your use case?