Right aligning information

Right aligning information

aravindtgaaravindtga Posts: 7Questions: 0Answers: 0
edited December 2012 in General
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

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    [code]
    div.dataTables_info { float: right }
    [/code]

    Allan
This discussion has been closed.