Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Mar 18, 2024
1 parent 528e07b commit 0a5de24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/tablev2/TableCommon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const VirtualizedRows = <
// return (
<List
// height={height}
height={'100%'}
height={convertRemToPixels(tableRowHeight[rowHeight]) * 15}
itemCount={rows.length} // how many items we are going to render
itemSize={convertRemToPixels(tableRowHeight[rowHeight])} // height of each row in pixel
width={'100%'}
Expand Down

0 comments on commit 0a5de24

Please sign in to comment.