Skip to content

Commit 662fdd7

Browse files
committed
update table view to willLoad
1 parent c506922 commit 662fdd7

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/components/table-advanced-version

1 file changed

+1
-1
lines changed

packages/components/src/components/table-advanced-version/table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ export class Table {
479479
return this.focusCellIfContainingButton(params.api, params.nextCellPosition) ?? false;
480480
},
481481
};
482+
this.updateTableView();
482483
}
483484

484485
focusCellIfContainingButton<T>(api: GridApi<T>, cellPosition: CellPosition): CellPosition | null {
@@ -577,7 +578,6 @@ export class Table {
577578
this.emitEventOnHeaderSortChange();
578579
}
579580
}
580-
this.updateTableView();
581581
}
582582

583583
componentWillUnmount() {

0 commit comments

Comments
 (0)