We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd954f commit 02b950eCopy full SHA for 02b950e
packages/react-table/src/components/Table/Th.tsx
@@ -65,7 +65,7 @@ export interface ThProps
65
* content, such as a "select all" checkbox or "expand all" toggle.
66
*/
67
'aria-label'?: string;
68
- /** Additional content to render in the column header, appended to the end of the header content. */
+ /** @hide Additional content to render in the column header, appended to the end of the header content. */
69
additionalContent?: React.ReactNode;
70
}
71
0 commit comments