Variable columnModalAtomConst 
 
columnModalAtom: WritableAtom<null | { 
    columnKey?: string; 
    index?: number; 
    type: "name" | "type" | "config" | "new" | "setColumnWidth"; 
}, SetStateActionWithReset<null | { 
    columnKey?: string; 
    index?: number; 
    type: "name" | "type" | "config" | "new" | "setColumnWidth"; 
}>, void> = ...
 
Opens a table column modal. Set to
nullto close. Modals: new column, name change, type change, column settings.Example
Basic usage:
Example
Close: