fnFindCellRowNodes does not return rows on pages that have not been displayed.
fnFindCellRowNodes does not return rows on pages that have not been displayed.
Hi, I am using the fnFindCellRowNodes API function. It is working great except that if I search for a node in a row that is on a page that has not been displayed, it is not found.
For example, if my table shows 10 rows at a time, and the item I am searching for is in the 12th row, then it is on page two. When I initially load the table, fnFindCellRowNodes does not find it. If I then view page 2 of the table, fnFindCellRowNodes will find it. If I then go back to page one, fnFindCellRowNodes will still find it on page two.
I am using sAjaxSource to load the data. Please help!
For example, if my table shows 10 rows at a time, and the item I am searching for is in the 12th row, then it is on page two. When I initially load the table, fnFindCellRowNodes does not find it. If I then view page 2 of the table, fnFindCellRowNodes will find it. If I then go back to page one, fnFindCellRowNodes will still find it on page two.
I am using sAjaxSource to load the data. Please help!
This discussion has been closed.
Replies
Allan