Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
cellClass not being applied to igx-column-group
posted

Hello,

According to https://www.infragistics.com/products/ignite-ui-angular/docs/typescript/classes/igxcolumngroupcomponent.html cellClasses is a supported property for the igx-column-group control.

When I attempt to apply a css class using this property though it is ignore. Here is a sample of my implementation:

<igx-column-group [header]="'Contact Name'" [cellClasses]="igx-thead_center-and-middle-text">

Am I missing something?

Thanks!