getPagingComponent

Lazily creates and returns a Paging helper for paging through records.

Usage

const paging = ds.getPagingComponent();

API

getPagingComponent(): Paging<T>;

Last updated

Was this helpful?