Const
Set function updates or deletes a field in a row. Adds to rowsDb if it has no missing required fields, otherwise keeps in rowsLocal.
IUpdateFieldOptions
Basic usage:
const updateField = useSetAtom(updateFieldAtom, tableScope);updateField({ path, fieldName: "", value: null, deleteField: true });
Generated using TypeDoc
Set function updates or deletes a field in a row. Adds to rowsDb if it has no missing required fields, otherwise keeps in rowsLocal.
Param
IUpdateFieldOptions
Example
Basic usage: