deleteColumnAtom: WritableAtom<null, string, Promise<void>> & WithInitialValue<null> = ...

Set function deletes a column in tableSchema

Param

Unique key of column to delete

Example

Basic usage:

const deleteColumn = useSetAtom(deleteColumnAtom, tableScope);
deleteColumn(" ... ");

Generated using TypeDoc