We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4481546 commit 133e4ecCopy full SHA for 133e4ec
packages/react-table/src/components/Table/Table.tsx
@@ -54,7 +54,7 @@ export interface TableProps extends React.HTMLProps<HTMLTableElement>, OUIAProps
54
isNoPlainOnGlass?: boolean;
55
/** If set to true, the table header sticks to the top of its container. This property applies both the sticky position and styling. */
56
isStickyHeader?: boolean;
57
- /** @beta Flag indicating the table header should have sticky positioning to the top of the parentInnerScrollContainer. */
+ /** @beta Flag indicating the table header should have sticky positioning to the top of the parent InnerScrollContainer. */
58
isStickyHeaderBase?: boolean;
59
/** @beta Flag indicating the table header should have stuck styling, when the header is not at the top of the scroll container. */
60
isStickyHeaderStuck?: boolean;
0 commit comments