Const
Set function deletes a column in tableSchema
Unique key of column to delete
Basic usage:
const deleteColumn = useSetAtom(deleteColumnAtom, tableScope);deleteColumn(" ... ");
Generated using TypeDoc
Set function deletes a column in tableSchema
Param
Unique key of column to delete
Example
Basic usage: