ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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.
-
Use css
.pq-grid-cell{
color:red;
}