In the table component, I want the primary key column to only be editable when adding a new row. Existing primary keys should not be allowed to change. How can I achieve this? I have tried using the restrict editable field with a check on "_.isUndefined(currentRow)" or things similar to this but none of them worked.
Thanks,