Add paging params at the end of url string. Returns url with Note - expects that url has no params, so this method add '?' before params.
params will be added to this url
current page
page size
query params from 'location.history'
set to true, if no pagination required for component
previous paging configuration, by default used Paging#defaultPagingConfig
Returns new PaginationConfig object with 'current' and 'pageSize' params, parsed from location.search. If param not found in search url, previous value (currentPrev, pageSizePrev) will be returned. If new pageSize not contains in config pageSizeOptions - previous config will be returned.
trying to find paging params here
previous value, will be returned in result if new value not found in locationSearch
previous value, will be returned in result if new value not found in locationSearch
Apply paginationConfig to collectionDataStore, reload dataStore if required
PaginationConfig
-page size and current page will be set to this collection data store
reload collection data store, if needsr
Generated using TypeDoc
Paging defaults