≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Setting Class for Cells of a Certain Column
Setting Class for Cells of a Certain Column
mahemoff
Posts: 2
Questions: 0
Answers: 0
March 2010
edited March 2010
in
General
Hello, is there any way to set the class for each cell of a certain column? I could do it with jQuery's nth-child selector, but I wonder if there's a built-in facility for it.
Replies
danw
Posts: 4
Questions: 0
Answers: 0
April 2010
I'd like to do this, too.
Is there a solution for this?
danw
Posts: 4
Questions: 0
Answers: 0
April 2010
edited April 2010
Found it: http://datatables.net/examples/data_sources/js_array.html
See 'aoColumns', 'sClass'.
I'm building off the DOM, but can still configure column titles to add column class (class is applied to all cells in the given column)
chris_n
Posts: 53
Questions: 3
Answers: 0
April 2010
Here is another technique which allows one to apply a class to specific columns/cells:
http://datatables.net/forums/comments.php?DiscussionID=1746&page=1#Item_0
This discussion has been closed.
Replies
Is there a solution for this?
See 'aoColumns', 'sClass'.
I'm building off the DOM, but can still configure column titles to add column class (class is applied to all cells in the given column)
http://datatables.net/forums/comments.php?DiscussionID=1746&page=1#Item_0