Const
Store table filter popover state. Calling the set function resets props.
Basic usage:
const openTableFiltersPopover = useSetAtom(tableFiltersPopoverAtom, projectScope);openTableFiltersPopover({ query: ... });
Close:
openTableFiltersPopover({ open: false })
Generated using TypeDoc
Store table filter popover state. Calling the set function resets props.
Example
Basic usage:
Example
Close: