Author Topic: Is there any way to change Font Color of each row after table render.  (Read 2113 times)

karthikkdl

  • Newbie
  • *
  • Posts: 3
    • View Profile
Could you please tell me if there is any way to change the Font Color for each row after table render.


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Use css

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