Formating Column with style = font-weight:"bold"
Formating Column with style = font-weight:"bold"

Hey,
is it possible to format a column content with style = font-weight:"bold"?
I have found any examples to format a row but i didn't found an example to format a column.
regards
Frank
This discussion has been closed.
Replies
One option is to use
column().nodes()
as a jQuery selector then use jQuery addClass to add the class containing the CSS you want. For example:http://live.datatables.net/gefipicu/1/edit
Kevin
A better option might be to use
columns.className
like this:http://live.datatables.net/lohisusa/1/edit
Kevin
Hey Kevin,
thanks this solution works fine.
Frank
Thanks mates, work like ice in a cola
TIP.: for multiple columns