...
Data Access Limit Configuration
to doThe Data Access feature is limited in how many records it can retrieve at one time. The default limit is 50 records. You can override that limit by setting the dataAccessLimit property in config.js. For example:
Code Block | ||
---|---|---|
| ||
dataAccessLimit: 100 |