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
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.