≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Change style of each column
Change style of each column
sjkurro
Posts: 6
Questions: 0
Answers: 0
September 2011
edited September 2011
in
General
hi i´m trying it but i can´t....how can i change the style of each column, like font size?...and...is possible to aplly vertical align-middle to all the results?? thanks a lot...
Replies
fbas
Posts: 1,094
Questions: 4
Answers: 0
September 2011
use css
table#example tbody td {
/* styles you want here for every cell */
}
or assign sClass: "classname" in aoColumns for specific columns and create a class definition in css
http://www.datatables.net/ref#sClass
text-align: center should work to change vertical alignment
This discussion has been closed.
Replies
table#example tbody td {
/* styles you want here for every cell */
}
or assign sClass: "classname" in aoColumns for specific columns and create a class definition in css
http://www.datatables.net/ref#sClass
text-align: center should work to change vertical alignment