fn_GetNodes() when not visible
fn_GetNodes() when not visible
I am using fn_GetNodes and looping to find if that row still exists in the json received. If not then I add it.
Problem now is that when I filter using the 'Search' the fn_GetNodes does not appear to be showing the visible rows.
Is there a better way to get collection of all rows - displayed or not?
Problem now is that when I filter using the 'Search' the fn_GetNodes does not appear to be showing the visible rows.
Is there a better way to get collection of all rows - displayed or not?
This discussion has been closed.
Replies
DataTables 1.9 has a new API method called $ which provides a lot more flexibility: http://datatables.net/docs/DataTables/1.9.beta.2/#$ .
Allan