Top "Mat-table" questions

Angular Material - mat-table

Why is the <mat-table> without a Datasource not displayed in Angular 7

I want to use a <mat-table> to display the name of an option and it's corresponding given value (…

angular angular-material mat-table
How to use the MatTableDataSource with an observable?

I am using the mat-table and I am trying to use the MatTableDataSource with an observable (I get the data …

angular angular-material observable angular8 mat-table