0

Please or Register to create posts and topics.

When scrolling, only the data in the header is displayed.

HI,

In Angular 7 everything was displayed correctly for me. But now the table remains empty. See image. What can I do?

My css:

.mat-table {
  overflow: auto;
}
.mat-header-cell, .mat-cell {
  min-width: 150px;
}