How do I style the standard text?
How do I style the standard text?
Link to test case: http://live.datatables.net/xerodajo/1/edit?html,css,js
Debugger code (debug.datatables.net): n.a.
Error messages shown: n.a.
Description of problem: I'd like to style the "standard text", i.e. "Show x entries", "Search" and "Showing y to y+x of z entries". Is this possible? How/ where?
Thanks!
Answers
Depending on what styling you might want to apply to them, you will need different selectors. If you right click and “Inspect” the elements you want to target, you’ll find they have their own class names - e.g.
dataTable_info
for the table information, which you can apply a style to.Allan