We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03dc85 commit d796e90Copy full SHA for d796e90
packages/@react-aria/table/src/useTableColumnHeader.ts
@@ -28,7 +28,9 @@ export interface AriaTableColumnHeaderProps {
28
node: GridNode<unknown>,
29
/** Whether the [column header](https://www.w3.org/TR/wai-aria-1.1/#columnheader) is contained in a virtual scroller. */
30
isVirtualized?: boolean,
31
- /** Whether the column has a menu in the header, this changes interactions with the header. */
+ /** Whether the column has a menu in the header, this changes interactions with the header.
32
+ * @private
33
+ */
34
hasMenu?: boolean
35
}
36
0 commit comments