Hi,
thanks for your post, and sorry for the trouble.
Just turn off the “Pagination” checkbox on the table’s “Edit” screen.
Regards,
Tobias
Hi Tobias
Where can I find this?
I need the pagination, but without the two <> Icons left/right
only need “zurück/weiter”
thanks
Hi,
ah, ok. Thanks for the clarification!
To simply remove the icons, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.dataTables_paginate a:before,
.dataTables_paginate a:after {
display: none;
}
.dataTables_paginate {
padding: 0 !important;
}
Regards,
Tobias
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!