How programmatically deselect a row identified by id ?
How programmatically deselect a row identified by id ?
pipo75
Posts: 14Questions: 7Answers: 0
I would like to unselect rows of a DataTables, from their Id
It were something like that:
/js code/
var row = table.row(id_row);
table(row).unselect();
/end js code/
Do you known if ther is a way please?
This discussion has been closed.