≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Right align info text?
Right align info text?
Davey83
Posts: 1
Questions: 0
Answers: 0
March 2013
edited March 2013
in
General
Hi!
Does anyone know if it's possible to right-align the info-text at the bottom of the table? I would like to have the "Showing 1-10 of 54 entries"-text on the bottom right side, next to ""-buttons?
Please help?
Regards,
David
Replies
allan
Posts: 65,841
Questions: 1
Answers: 10,953
Site admin
March 2013
A little bit of CSS?
[code]
.dataTables_info {
width: auto;
float: right;
}
[/code]
Allan
This discussion has been closed.
Replies
[code]
.dataTables_info {
width: auto;
float: right;
}
[/code]
Allan