updateColumnAtom: WritableAtom<null, IUpdateColumnOptions, Promise<void>> & WithInitialValue<null> = ...

Set function updates a column in tableSchema

Throws

Error if column not found

Param

IUpdateColumnOptions

Example

Basic usage:

const updateColumn = useSetAtom(updateColumnAtom, tableScope);
updateColumn({ key: "", config: {...}, index?: 0 });

Generated using TypeDoc