@ViewChild(MatTable) table: MatTable<any>; 然後,當以任何方式修改表時,都需要呼叫renderRows()方法。 delete(row: any): void { /* delete ...
確定! 回上一頁