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