Skip to content

Commit fe09d8c

Browse files
committed
updates: Add itemCount prop to VirtualTableBodyComponent
1 parent ed5a94f commit fe09d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/client/src/widgets/TableWidgetV2/component/VirtualTable/VirtualTableBodyComponent.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const VirtualTableBodyComponent = React.forwardRef(
1717
<FixedVirtualList
1818
height={height}
1919
innerElementType={props.innerElementType}
20+
itemCount={rows.length}
2021
outerRef={ref}
2122
pageSize={pageSize}
2223
rows={rows}

0 commit comments

Comments
 (0)