How to find out whether the page exists in the jquery datatable??

How to find out whether the page exists in the jquery datatable??

rajaaarajaaa Posts: 21Questions: 10Answers: 2

Is there any method to find out that certain page number is exist in the jquery datatable.

Answers

  • allanallan Posts: 64,032Questions: 1Answers: 10,555 Site admin

    Use page.info() to get information about the paging in the table. Then you can simply check the number you have against the number of pages in the table.

    Allan

This discussion has been closed.