Reaching rows in the next page

Reaching rows in the next page

markjomarkjo Posts: 66Questions: 0Answers: 0
edited November 2013 in General
(I don't add a debug example because it is a generic question. Thank you)
I have a table it has 3 pages and 25 rows in page.
When I make this [code] var myrow=$('#row' + id);[/code]
If "id" is in 1st page it works, if id is in 2nd or 3rd page, this selector doesn't work.

I want to be sure, A row in second or third page can't be reached with getElement by id ?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Use the $ API method - http://datatables.net/docs/DataTables/1.9.4/#$

    Allan
This discussion has been closed.