Remove pagination

Remove pagination

michaeljerumichaeljeru Posts: 5Questions: 0Answers: 0
edited September 2010 in General
Hi, i would like to display a datatable, but without any of the elements around the table, ie :
- the Show xx entries
- the search textbox
- the Showing rows xx to xx
- the pagination controls

I just want to display the table without anything around.

Is it possible? How could I do that ?
Thanks for your help

Replies

  • cdaiglecdaigle Posts: 57Questions: 0Answers: 0
    What your looking for is the sDom option.
    Take a look here: http://datatables.net/usage/options#sDom

    For what you want, you should just use "sDom": 't'.

    Hope this helps.
  • michaeljerumichaeljeru Posts: 5Questions: 0Answers: 0
    that's exactly my solution.
    Thank you
This discussion has been closed.