Right aligning information
Right aligning information
aravindtga
Posts: 7Questions: 0Answers: 0
How to right align the information of data table
i use the following which displays the information next to the list
[code] "sDom": '',[/code]
I want the information(i) to be right aligned..How should i do this
i use the following which displays the information next to the list
[code] "sDom": '',[/code]
I want the information(i) to be right aligned..How should i do this
This discussion has been closed.
Replies
div.dataTables_info { float: right }
[/code]
Allan