You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might look like a pretty obvious question but how do you specify cssClass for a row? It's explicit for columns but not so much for rows. I tried using the onRowInit event
but it fails with the ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ngClass: '. Current value: 'ngClass: hide-collapse-button'.
error.
The text was updated successfully, but these errors were encountered:
This might look like a pretty obvious question but how do you specify
cssClass
for a row? It's explicit for columns but not so much for rows. I tried using the onRowInit eventbut it fails with the
ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ngClass: '. Current value: 'ngClass: hide-collapse-button'.
error.
The text was updated successfully, but these errors were encountered: