How to get paginated rows?

How to get paginated rows?

jiricojirico Posts: 4Questions: 0Answers: 0
edited September 2012 in General
I need to calculate the total cost based on the displayed rows + paginated rows. I mean the rows excluded by filtering would not join the calculation. Is it possible to "recognize" which rows are out of the table because they are paginated and rows out the table because they went filtered out?

Replies

  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    Use the fnGetData or _ methods if you want the data from the rows, or fnGetNodes or $ methods if you want the nodes.

    Allan
This discussion has been closed.