We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1977a66 commit c22138fCopy full SHA for c22138f
packages/docs/src/pages/components/Table/Table.mdx
@@ -65,6 +65,12 @@ Table with both vertical and horizontal scroll
65
66
This is an example of a table with 5000 rows
67
68
+<Tip>
69
+ The row element returned by `rowRenderer` must accept a `style` prop. This is required for `react-window` to position
70
+ rows correctly. If rows appear stacked or scrolling breaks, ensure your row component doesn't ignore or override the
71
+ `style` prop.
72
+</Tip>
73
+
74
<Canvas of={TableStories.VirtualizedScroll} />
75
76
## Sticky column
0 commit comments