fnGetVisibleNodes ?

fnGetVisibleNodes ?

chrisbchrisb Posts: 2Questions: 0Answers: 0
edited January 2011 in General
Okay, I'm sure there is a simple answer to this, but I've searched the forums and worked on it for an hour to no avail.

Is there a way to grab just the _visible_ rows in the table? I.e. the inverse of fnGetHiddenNodes? Unfortunately, fnGetNodes returns all of the nodes in the table, and I need to isolate the rows visible in the current view.

Any pointers are greatly appreciated.

Replies

  • mstrandmstrand Posts: 24Questions: 0Answers: 0
    Is fnGetDisplayNodes() what you're looking for? "Get a list of all TR nodes in the table which are available (visible) after filtering."

    http://www.datatables.net/plug-ins/api
  • chrisbchrisb Posts: 2Questions: 0Answers: 0
    Wow, thanks! How did I miss that? That's exactly what I needed.

    Thanks again!
This discussion has been closed.