Fetch new records based on control argument
Parameters:
Name | Type | Description |
---|---|---|
control |
fetchControl
|
info for records to retrieve |
appEnv |
appEnv
|
appEnv |
- { data:data, columns:ecolumns, pagination: pagination}
promise
Example
r = await fetchRows({qs:{start:0, limit: 200, format: false, where=''}, appEnv})
Use this method for custom fetching instead of scrollTable.