Setting Class for Cells of a Certain Column

Setting Class for Cells of a Certain Column

mahemoffmahemoff Posts: 2Questions: 0Answers: 0
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

  • danwdanw Posts: 4Questions: 0Answers: 0
    I'd like to do this, too.

    Is there a solution for this?
  • danwdanw Posts: 4Questions: 0Answers: 0
    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_nchris_n Posts: 53Questions: 3Answers: 0
    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.