Pagination should be disable, if records less than a Page

Pagination should be disable, if records less than a Page

kishanvmkishanvm Posts: 2Questions: 0Answers: 0
edited August 2012 in DataTables 1.9
How to disable pagination if there is no second page

Replies

  • MisiuMisiu Posts: 68Questions: 4Answers: 2
    use:
    [code]"bPaginate": false[/code]

    Be more specific when You ask questions.

    Do You want to hide pagination on start (in init) or only when data comes from server and results fit on one page.
This discussion has been closed.