unselect

cancels selection of the specified element

void unselect(id row_id);
row_ididthe 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);
  • row_id - (string,number) the row id of the cell that should be unselected
  • column_id - (string,number) the column id of the cell that should be unselected

If select:'column':

dtable.unselect(column_id);
  • column_id - (string,number) the id of the column that should be unselected
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.