fnGetFilteredNodes() in not working.

fnGetFilteredNodes() in not working.

Periyasamy25Periyasamy25 Posts: 13Questions: 0Answers: 0
edited February 2014 in General
I want to check all checkboxes in the pagination table with filtered rows only.
fnGetNodes() check all checkboxes.so i tried fnGetFilteredNodes() but this is not working.what is the solution for this or alternative for fnGetFilteredNodes()?

I am using
$('#allcheck').click(function()
{
$('.check_email', oTable.fnGetNodes()).attr('checked',true);//is working
//$('.check_email', oTable.fnGetFilteredNodes()).attr('checked',true);//is not working
});

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Please link to a test case shown the problem as required in the forum rules.

    Allan
This discussion has been closed.