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