search:'applied' counts sEmptyTable row

search:'applied' counts sEmptyTable row

galjegagaljega Posts: 4Questions: 0Answers: 0

When I adjust filters so that none of the results match, I get info row for that, of course.

  • The new 1.10 API counts that row also and tells me there is 1 row in the table :

$('#oTable').DataTable().rows({search:'applied'}).nodes();

  • The old API doesnt count it and telss me there is 0 row in the table:

$('#oTable').dataTable()._('tr', {"filter":"applied"});

This discussion has been closed.