I am working on building a Data Editor page where I can both update the existing dataset and add new records and commit to a background table feeding data into the data editor.
I am intending to make few columns non editable by using the “disabled” argument. For existing records in the dataframe this column should remain non editable.
But for new rows added, is there a way to make them editable?