dataTable: make odd column different color from even column
dataTable: make odd column different color from even column
Hi Allan,
I have a dataTable with several column, I'd like odd columns have different color from even columns.
Does dataTable have an option for this? or Is there a way to achieve this? (I think I don't need to provide a test case for this question.)
Any help would be appreciated.
jing
I have a dataTable with several column, I'd like odd columns have different color from even columns.
Does dataTable have an option for this? or Is there a way to achieve this? (I think I don't need to provide a test case for this question.)
Any help would be appreciated.
jing
This discussion has been closed.
Replies
Use sClass to apply CSS classes to columns.
Allan