patternfly-react
patternfly-react copied to clipboard
Pagination - Ability to disable navigation arrows based on custom conditions
Is this a new component or an extension of an existing one? Existing - Pagination -> Navigation
Describe the feature
Ability to pass navigation props or an entirely custom Navigation component to the Pagination component that would allow users to disable forward and backward navigation icons based on a custom condition.
There is a use-case with a specific API/set of data in Openshift AI where no combination of itemCount & perPage gives us our desired behavior.
Any other information?
In the interim, we're currently adding/removing the disabled attribute for the "Next" pagination's navigation icon in a react effect by way of a querySelector.