ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: Leo F on February 15, 2014, 06:39:18 am
-
Maybe I missed it in, but I see no way to do it within the api.
-
It's not possible to add class to header cell using API as of now (2.0.3) which might be added in the next version.
Currently you may use inline css or class in column.title.
column.title = "<span class='xyz' style='color:red;'>Some Title</span>";
-
Do you have any update in 2.4.1 version to add style to column header?
-
I am able to add style to the columnheader using cls attribute and addded css using .pq-grid-col.myClass{}