3.2.0

change style for column cell, not column header

#myGrid .aw-column-0 {font-weight: bold}


Refer to above code

This will make the text become bold for 1st column in the grid, the header of 1st column also affected. Izzit possible to change styles that only affect column cells but not the header ?

Thanks

Derek
March 13,
You can style column headers and cells separately with additional .aw-grid-row and .aw-grid-headers selectors -

#myGrid .aw-grid-row .aw-column-0 {font-weight: bold}

#myGrid .aw-grid-headers .aw-column-0 {color: red}
Alex (ActiveWidgets)
March 13,
Thanks
Derek
March 13,

This topic is archived.

See also:


Back to support forum