getMoreData method
Information noteSTABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
qlik.app.field.getMoreData()
Gets more data for your field. Notification OnData is triggered when complete.
Version history
| Version state | Details |
|---|---|
| Introduced | 2.1 |
Parameters
None.
Returns
A field object. The field object is filled with data when an OnData notification is triggered.
Example
<button ng-if="fieldMonth.rowCount>fieldMonth.rows.length" ng-click="fieldMonth.getMoreData()">More</button>