OptionalbeforeOptional callback that is called before refresh.
The query context to use for fetching data.
OptionalerrorOptional error handler when fetching a page or count fails.
OptionalfetchFunction for fetching the total count of items. If "fetchPage" is specified, but this is not, the number of items and pages is not displayed.
OptionalfetchFunction for fetching a specific page.
The odata instance to use for fetching data.
OptionalpageThe page size or null for no paging. Default is 50.
OptionalprocessOptional function to process page items before using them.
The activity manager to use for error handling.