I am using this code
In newer Angular versions don't forget datasource.data if your datasource is of type MatTableDataSource.
datasource.data
MatTableDataSource
Example:
In the TypeScript file:
// ... datasource = new MatTableDataSource([]); // ...
And in the HTML file:
0">