Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35271

How programmatically deselect a row identified by id ?

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


Viewing all articles
Browse latest Browse all 35271

Trending Articles