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 there any way to change Font Color of each row after table render.
« previous
next »
Print
Pages: [
1
]
Author
Topic: Is there any way to change Font Color of each row after table render. (Read 2132 times)
karthikkdl
Newbie
Posts: 3
Is there any way to change Font Color of each row after table render.
«
on:
June 22, 2016, 07:36:19 pm »
Could you please tell me if there is any way to change the Font Color for each row after table render.
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Is there any way to change Font Color of each row after table render.
«
Reply #1 on:
June 23, 2016, 10:12:47 am »
Use css
Code:
[Select]
.pq-grid-cell{
color:red;
}
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Is there any way to change Font Color of each row after table render.