Editable option in Datatable view can depend on a data in rows?

Hi friends,
Is it possible to set editable option in datatable to allow or not allow for edit depending on a condition or value in data rows?

Thanks
Ariya

you can handle onBeforeEdit event and return false if not editable.

Yep, the onBeforeEditStart event will provide the required functionality.

Please, check the related snippet: http://webix.com/snippet/fa454a99

Thank you!!
:slight_smile: