We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5e418 commit 233ccabCopy full SHA for 233ccab
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
- /** @hide Internal use only. Additional content to render in the column header, appended to the end of the header content. */
+ /** @hide Beta prop, internal use only. 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