i want to make a check box column in a data table readonly how can i do that
please check snippet : http://webix.com/snippet/205cce69
There you can go by either of the ways:
-
Use
webix_checkboxCSS class instead ofwebix_table_checkbox: http://webix.com/snippet/3f17fcaf -
Redefine
on_clickproperty of the datatable http://webix.com/snippet/0b66cd34
Thanks Helga.
it worked great.