Changing background color of Column 14
Changing background color of Column 14
nicoledramirez@hotmail.com
Posts: 60Questions: 14Answers: 2
How can I change the color of Column 14 to #000000?
Something similar to $('td', row).css('backgroundColor', '#000000'); but only cells in column 14
I have tried columndefs too but it just changes the header cells in the datatable and not the child rows.
This discussion has been closed.
Replies
By coincident I just googled this today too.
Look at the accepted answer from Gyrocode on stackoverflow here.
Or see a working example from him/her on jsfiddle.
Hope this helps.
Perfect! Thank you!