Change style of each column

Change style of each column

sjkurrosjkurro Posts: 6Questions: 0Answers: 0
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

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    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.