computeFetchData - sassoftware/restaf GitHub Wiki
Fetch data from a SAS Table
Returns: promise
-
- {columns: , rows: , scrollOptions: }
Param | Type | Description |
---|---|---|
store | object |
restaf store |
computeSummary | object |
Summary object created by computeSummary method |
table | string |
name of the table |
scroll | string |
direction - valid values are next,prev, last, first, null |
See this for details on how to use this function and related functions to execute code in a compute server.