mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
parent
3020d60805
commit
a592dd897e
@ -54,7 +54,7 @@ function VirtualTable(props: Parameters<typeof Table>[0]) {
|
||||
const resetVirtualGrid = () => {
|
||||
gridRef.current.resetAfterIndices({
|
||||
columnIndex: 0,
|
||||
shouldForceUpdate: false,
|
||||
shouldForceUpdate: true,
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user