Documentation

checkboxRefresh

controls behavior of checkbox editors in grid

boolean checkboxRefresh;

Example

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

See also

Details

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

Back to top