Right aligning information
Right aligning information
![aravindtga](https://secure.gravatar.com/avatar/f718f1ae2f1ae9889c4e18fb5553a2a2/?default=https%3A%2F%2Fvanillicon.com%2Ff718f1ae2f1ae9889c4e18fb5553a2a2_200.png&rating=g&size=120)
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