Does anyone know how to make the first column of a p-table a different colour to the rest? And then the other columns alternating colours? I can only seem to find a way of doing this with rows? Currently the style class is just this -
[styleClass]="'p-datatable-gridlines'"
which makes the rows alternating colours, not the columns.