score:2

It might be an incorrect pipe operator. I had a similar issue with Angular 11 and mat-table. The rows wouldn't show up until I hovered over them. My issue was that I was using an invalid pipe operator on one of the columns. I was using a decimal pipe on a string column. Once I corrected that it works perfectly.

score:9

You should call ChangeDetectorRef detectChanges()


Related Query

More Query from same tag