Remove pagination
Remove pagination
michaeljeru
Posts: 5Questions: 0Answers: 0
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
- 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
This discussion has been closed.
Replies
Take a look here: http://datatables.net/usage/options#sDom
For what you want, you should just use "sDom": 't'.
Hope this helps.
Thank you