tabela de dados angulares empurrar não funcionando

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

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