Hi team,
I just use 2.4.1 in my page. And my last version is 2.0.4.
With my last version, there is a attribute in each column (pq-grid-col-indx), then I can use this attribute set the color for the corresponding column but only for the head row.
As the following code:
[pq-grid-col-indx="11"]{
background-color: #8B008B;
color: white;
}
But now when I used 2.4.1, I can't find this attribute any more. I only have the "pq-col-indx". And if I use this attribute, the whole column will have color not the head row.
So is that any way can only change the bg color for grid head ?
Thank you!