ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: karthikkdl on June 22, 2016, 07:36:19 pm

Title: Is there any way to change Font Color of each row after table render.
Post by: karthikkdl 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.

Title: Re: Is there any way to change Font Color of each row after table render.
Post by: paramvir on June 23, 2016, 10:12:47 am
Use css

Code: [Select]
.pq-grid-cell{
color:red;
}