sClass option doesn't work with 'right' value

sClass option doesn't work with 'right' value

bioPorcobioPorco Posts: 14Questions: 0Answers: 0
edited February 2011 in General
Hi all,
DataTables is a useful tool that saves a lot of time but i have an embarrassing problem: i can't align a column to right.

this is my code:
[code]
dataTableOpt.aoColumns=new Array();
for(var j=0;j

Replies

  • bioPorcobioPorco Posts: 14Questions: 0Answers: 0
    I have resolved simply putting this code in demo_tables.css

    [code]
    table.display td.right {
    text-align: right;
    }
    [/code]
This discussion has been closed.