How to appy css to Handson Table header at runtime

Tags: #<Tag:0x00007efc705bff40>

HI,

I want to apply CSS to Header dynamically. Is there any property like classname as cell property.

Thanks

Hey @fayejitendra

here are some examples

  1. Nested Rows http://jsfiddle.net/0x98ensb/
  2. Nested Headers https://codepen.io/handsoncode/pen/ggvENy
  3. The afterGetColHeader hook coloring https://jsfiddle.net/sqp5nzrh/

Thanks for the references. I will try this. Thanks Again.