Variable columnMenuAtomConst 
 
columnMenuAtom: PrimitiveAtom<null | { 
    anchorEl: undefined | null | Element | ((element: Element) => Element); 
    column: ColumnConfig; 
}> & WithInitialValue<null | { 
    anchorEl: undefined | null | Element | ((element: Element) => Element); 
    column: ColumnConfig; 
}> = ...
 
Open table column menu. Set to
nullto close.Example
Basic usage:
Example
Close: