clearSelection
clears selection
function clearSelection(): voidExample
Section titled “Example”dtable = webix.grid({ ...});
dtable.clearSelection();See also
Section titled “See also”Articles
API
clears selection
function clearSelection(): voiddtable = webix.grid({ ...});
dtable.clearSelection();Articles
API