Pusja tabeli danych kątowych nie działa

@ViewChild(MatTable) table: MatTable<any>;

// to update data
this.table.renderRows();
Namidu