FilterMenuPopover API

API reference docs for theFilterMenuPopovercomponent. For examples and details on the usage of this component, visit the component demo page.

Props

Prop

Type

Description

Default

children

ReactNode

Content of the filter menu popover.

_

shouldUsePortal?

boolean

Determines whether the popover should be rendered in a React Portal. If true, the popover will be rendered outside the DOM hierarchy of the parent component.

true