Update the row on the server using byvars as key
Parameters:
Name | Type | Description |
---|---|---|
data |
rowObjectArray
|
rowObject
|
data as a rowObject or Array of rowObjects |
appEnv |
appEnv
|
app Environment object from setup |
- {msg: string, statusCode: 0|1|2}
promise
Example
let r = await updateTableRows(data, appEnv);
To append new rows see appendRows