checkboxRefresh

controls behavior of checkbox editors in grid

boolean checkboxRefresh;

Example

webix.ui({
    view:"datatable",
    checkboxRefresh:true
});

Related samples

Details

If set to true, then after checkbox state changing, row will be repainted.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix web development library and page of html5 datatable product.