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,
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.
Hi Listopad,
Thank You much