fnGetHiddenNodes

fnGetHiddenNodes

joaogrimpajoaogrimpa Posts: 1Questions: 0Answers: 0
edited September 2013 in General
about fnGetHiddenNodes http://datatables.net/plug-ins/api#fnGetHiddenNodes

For me simply returns the number of items that are visible and not those that are not visible OR returns empty [ ] ...I'm using fnServerData

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Are you using server-side processing (link use the debugger or link to the page!)? If so, then the rows which aren't shown aren't available at all - that's the whole point of server-side processing.

    Allan
This discussion has been closed.