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_checkbox
CSS class instead ofwebix_table_checkbox
: http://webix.com/snippet/3f17fcaf -
Redefine
on_click
property of the datatable http://webix.com/snippet/0b66cd34
Thanks Helga.
it worked great.