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 c78162e commit 86896f1Copy full SHA for 86896f1
1 file changed
src/VirtualTable/BodyGrid.tsx
@@ -174,6 +174,7 @@ const Grid = React.forwardRef<GridRef, GridProps>((props, ref) => {
174
spanLines.push(i);
175
}
176
177
+
178
// Patch extra line on the page
179
const nodes: React.ReactElement[] = spanLines.map(index => {
180
const item = flattenData[index];
0 commit comments