Search code examples
javascriptcssextjsgridextjs4

ExtJS 4 - Apply CSS to grid headers individually


I'm trying to apply some CSS to the headers (just the headers themselves - not the entire column) in a grid. Should be fairly easy I'd think but haven't been able to figure it out.

I've set up a jsFiddle here that contains a grid. I'd like the Name header to be bold, and the DOB header to be red.

Any help would be greatly appreciated, thanks!


Solution

  • If I uncomment cls in your columns definitions it works on fiddle.