Const
Set function adds a row or an array of rows. Adds to rowsDb if it has no missing required fields, otherwise to rowsLocal.
IAddRowOptions
Basic usage:
const addRow = useSetAtom(addRowAtom, tableScope);addRow({ row: [ {...}, ... ] });
Generated using TypeDoc
Set function adds a row or an array of rows. Adds to rowsDb if it has no missing required fields, otherwise to rowsLocal.
Param
IAddRowOptions
Example
Basic usage: