chore: fix table demo

close #30284
This commit is contained in:
afc163 2021-04-23 16:58:36 +08:00
parent 3020d60805
commit a592dd897e

View File

@ -54,7 +54,7 @@ function VirtualTable(props: Parameters<typeof Table>[0]) {
const resetVirtualGrid = () => {
gridRef.current.resetAfterIndices({
columnIndex: 0,
shouldForceUpdate: false,
shouldForceUpdate: true,
});
};