ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Leo F on February 15, 2014, 06:39:18 am

Title: Is it possible to change the styles that are applied to the column headers?
Post 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.
Title: Re: Is it possible to change the styles that are applied to the column headers?
Post by: paramvir on February 17, 2014, 09:35:31 am
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>";



Title: Re: Is it possible to change the styles that are applied to the column headers?
Post by: Sunny on July 23, 2015, 06:55:39 am
Do you have any update in 2.4.1 version to add style to column header?
Title: Re: Is it possible to change the styles that are applied to the column headers?
Post by: Sunny on July 24, 2015, 12:47:16 am
I am able to add style to the columnheader using cls attribute and addded css using .pq-grid-col.myClass{}