src/app/core/entity/grid.ts @@ -39,7 +39,7 @@ checkAll(value: boolean) { this.data.forEach( row => {row.checked = value;} ) ); this.refreshStatus(); } getData():any[]{