paginateData property

AsyncCallback? paginateData
getter/setter pair

This function is used to load another page of data. Note, loadData should be used to populate the initial page of data. Calling paginateData performs a query to load subsequent pages.

Implementation

AsyncCallback? paginateData;