Bi-Directional Table Binding

Hi,
I have a table which is bound to a dataset tag.
I have it set as a bi-directional binding.
I have the table set up to enable editing, but when I edit a cell it doesn’t update the tag.
Is there a way around this?

You have to make an onEditCellCommit event in the table.

Which then could write to its own props (or directly to the tag)

2 Likes