Const
Set function updates a column in tableSchema
Error if column not found
IUpdateColumnOptions
Basic usage:
const updateColumn = useSetAtom(updateColumnAtom, tableScope);updateColumn({ key: "", config: {...}, index?: 0 });
Generated using TypeDoc
Set function updates a column in tableSchema
Throws
Error if column not found
Param
IUpdateColumnOptions
Example
Basic usage: