cancels selection of the specified element
row_id | id | the id of the row that should be unselected |
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);