ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Is it possible to change the styles that are applied to the column headers?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Is it possible to change the styles that are applied to the column headers? (Read 3503 times)
Leo F
Pro Enterprise
Newbie
Posts: 21
Is it possible to change the styles that are applied to the column headers?
«
on:
February 15, 2014, 06:39:18 am »
Maybe I missed it in, but I see no way to do it within the api.
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Is it possible to change the styles that are applied to the column headers?
«
Reply #1 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>";
Logged
Sunny
Pro Enterprise
Jr. Member
Posts: 59
Re: Is it possible to change the styles that are applied to the column headers?
«
Reply #2 on:
July 23, 2015, 06:55:39 am »
Do you have any update in 2.4.1 version to add style to column header?
Logged
Sunny
Pro Enterprise
Jr. Member
Posts: 59
Re: Is it possible to change the styles that are applied to the column headers?
«
Reply #3 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{}
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Is it possible to change the styles that are applied to the column headers?