Is possible to get the changed valued of tag of new table in cell change handler?

Is possible to get the changed valued of tag of new table in cell change handler?

I just tried it but it doesn't seem to be supported, you may have to make the column of a different type (String) to be editable and save the changes if you want to edit directly in the table.

It seems like if your table is using single selection & has a primary key, you could get this data with the changeset & selected row data

1 Like