unselect

cancels selection of the specified element

void unselect(id row_id);
row_id
idthe id of the row that should be unselected
Details

Alternative syntax

The parameters of the method differ depending on the value of the select parameter.

The main description above relates to select: 'row'.

If select:'cell':

dtable.unselect(row_id, column_id);

If select:'column':

dtable.unselect(column_id);
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
If you have not checked yet, be sure to visit site of our main product Webix javascript website framework and page of javascript datagrid library product.