cancels selection of the specified element
row_id | id | the id of the row which should be unselected |
The parameters of the method differ depending on the value the select parameter is set to.
The main description above relates to select: 'row'.
In case select:'cell'
dtable.unselect(row_id, column_id);
In case select:'column':
dtable.unselect(column_id);