Comments 1chrischi2407 started the conversationNovember 8, 2017 at 1:10pmHello,I have a table and I don't want to see the Pagination for this table. Can I switch it off? Thanks in advance...Best regardsChristoph 472Isidora repliedNovember 8, 2017 at 1:14pmHi Christoph, Thank you for your purchase. You can use this CSS code to hide those pagination buttons, just add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpdatatables. .wpDataTablesWrapper .dataTables_paginate{ display: none !important; } Also for our upcoming update the plugin will automatically hide those buttons if you choose to display all the data from the table.Kind Regards, Isidora Markovic wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs You can try our wpDataTables add-ons before purchase on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables Sign in to reply ...
Hello,
I have a table and I don't want to see the Pagination for this table. Can I switch it off? Thanks in advance...
Best regards
Christoph
Hi Christoph,
Thank you for your purchase.
You can use this CSS code to hide those pagination buttons, just add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpdatatables.
Also for our upcoming update the plugin will automatically hide those buttons if you choose to display all the data from the table.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables