<table mat-table [dataSource]="myDataArray"> ... </table>. 陣列內容變動時,並不會即時更動,可以call 一個method 叫他更新: renderRows().
確定! 回上一頁