Const
Open table settings dialog. Calling the set function resets props.
Basic usage:
const openTableSettingsDialog = useSetAtom(tableSettingsDialogAtom, projectScope);openTableSettingsDialog({ data: ... });
Clear dialog:
openTableSettingsDialog({ open: false })
Generated using TypeDoc
Open table settings dialog. Calling the set function resets props.
Example
Basic usage:
Example
Clear dialog: