Disable pagination and search?

Disable pagination and search?

jacobjacob Posts: 6Questions: 0Answers: 0
edited November 2011 in General
How can I turn off pagination and allow all entries to show up on the first page?

How do I disable the search field?

Thanks,
Jacob

Replies

  • hammersmashhammersmash Posts: 15Questions: 0Answers: 0
    add:

    bPaginate : false
    bFilter : false

    to your options.

    However, I may be horribly horribly wrong.
  • jacobjacob Posts: 6Questions: 0Answers: 0
    Thanks hammersmash!

    I just found this option: "sDom" : '<"top">t<"bottom"l>';

    http://www.datatables.net/usage/options#sDom

    Seems to do the trick combined with:

    "iDisplayLength" : 100

    -J
This discussion has been closed.