≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
sClass option doesn't work with 'right' value
sClass option doesn't work with 'right' value
bioPorco
Posts: 14
Questions: 0
Answers: 0
February 2011
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
bioPorco
Posts: 14
Questions: 0
Answers: 0
March 2011
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.
Replies
[code]
table.display td.right {
text-align: right;
}
[/code]