Skip to:
To address security issues with our current pagination implementation AND for UX consistency, we must implement Next/Previous pagination component
Apply the next / previous pagination as shown on the screenshot on this PR - https://github.com/folio-org/stripes-components/pull/1554
This pagination will always display
Previous is not enabled when user is on the first page of result
Show between previous and next button display <<first record number displayed>> - <<last record number displayed>>
Hit Next will display next set of results up to 100
Next is not enabled when no additional results are available to display
We need to validate that this implementation works
With less than 100 results
With more than 100 results
With more than 1000 results
To address security issues with our current pagination implementation AND for UX consistency, we must implement Next/Previous pagination component
Requirements
Apply the next / previous pagination as shown on the screenshot on this PR - https://github.com/folio-org/stripes-components/pull/1554
This pagination will always display
Previous is not enabled when user is on the first page of result
Show between previous and next button display <<first record number displayed>> - <<last record number displayed>>
Hit Next will display next set of results up to 100
Next is not enabled when no additional results are available to display
Mockup - This is how next / previous pagination displays on Inventory app. The behavior should be no different.
Validation
We need to validate that this implementation works
With less than 100 results
With more than 100 results
With more than 1000 results