Documentation

clearSelection

clears selection

void clearSelection();

See also

Example

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

Back to top