Hi,
thanks for your email, and sorry for the trouble.
This again depends on your theme a bit, just as the pagination dropdown. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Hi Tobias, Thanks for the quick reply. Apologies for the delayed reply — I just recently published the piece referenced and can now share the link. Here it is.
https://www.setup.gg/game/warzone/pro-settings/
In addition to the above question, is there a way to have just “Show” and the number box display when adding pagination and displaying the dropdown to filter the number of rows? Essentially this would change it from “Show [box] entries” to just “Show [box]”.
I’ll follow up in some separate threads about some other questions I have for this table as it’s not formatting well right now with my theme and the number of columns.
Hi,
thanks for the link!
For the original questions of this thread:
The “Custom CSS”
.dataTables_wrapper .dataTables_filter input {
vertical-align: bottom;
border: 1px solid #ff0000;
}
moves down the “Search:” text and adds a colored border.
For the text around the pagination box, you’ll need to adjust a text string via a “Custom Command” on the table’s “Edit” screen (this is not that “Custom CSS” textarea, and it’s possible per-table only):
"language": { "lengthMenu": "Show _MENU_" } }
Regards,
Tobias