Is there a way to trigger a callback when a column name is changed by a user using the native edit button in the table?
More specifically, I would like to use this trigger in a callback to update the column “ID” field to match the column “NAME” field every time a user edits a column name in the table.
Thanks!