dataTables pagination hide buttons
dataTables pagination hide buttons
bytec
Posts: 37Questions: 10Answers: 0
Hi all, I have a script that is using dataTables pagination in a automatic loop. I don't want to show the pagination buttons or the page numbers. How can I hide them?
Many thanks.
Answers
You can use the
dom
option to specify which Datatables elements to display. Basically you will remove thei
andp
letters from the option. Also see this example.Kevin
Hi kthorngren many thanks that did the trick.