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