clearSelection

clears selection

void clearSelection();

Example

dtable = webix.ui({
    view:"datatable",
    ...
});
 
dtable.clearSelection();

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