patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

Pagination - Ability to disable navigation arrows based on custom conditions

Open jpuzz0 opened this issue 1 year ago • 0 comments

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.

jpuzz0 avatar Apr 29 '24 14:04 jpuzz0