We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86896f1 commit b0819e4Copy full SHA for b0819e4
1 file changed
src/VirtualTable/BodyGrid.tsx
@@ -265,7 +265,6 @@ const Grid = React.forwardRef<GridRef, GridProps>((props, ref) => {
265
rowKey={rowKey}
266
index={index}
267
scrollLeft={scrollLeft}
268
- columnsWidth={columnsWidth}
269
{...itemProps}
270
/>
271
);
0 commit comments