Disable/Lock a column of datatable object from being edited

Hi,

I see an example http://webix.com/snippet/88af71c1,
I have primary keys in my table and I don’t like users to modify after the record is created.
is there any property or event to disable/lock certain columns

Thanks

Hi! If you need to disable editing for the particular column, just remove its editor:“editor_type” property.

http://webix.com/snippet/24f71aad

Hi Listopad,

Thank You much