You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2018. It is now read-only.
ie. no mode set:
currentPage: 1
firstPage: 1
lastPage: 3
order: -1
pageSize: 10
sortKey: null
totalPages: 3
totalRecords: null
setting mode:infinite with no other changes
currentPage: 1
firstPage: 1
lastPage: 1
order: -1
pageSize: 10
sortKey: null
totalPages: 1
totalRecords: 10
I use an overridden parseState
parseState: function (resp, queryParams, state, options) {