Editable rows in DataTable

Hi all! I’m working with DataTable and I would need to set some rows as editable and some other as not editable. I know columns can be set like this but I haven’t found anything related with rows.

My guess is that this is not still implemented and that other questions would arise like what should we do for a cell in an editable row but in a non-editable column…

Any advice is welcome,

Thanks all!

Would like to bump up this thread as I’m having the same problem!

What I wish to create is; for existing datas, there are a few columns that user cannot edit.
However when adding rows, I want the user to be able to fill up this “non-editable” columns on existing rows.
Hence I need to disable the editing features on existing rows, but enable on newly added rows.

Thanks :slight_smile: