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
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.
The text was updated successfully, but these errors were encountered:
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 customNavigation
component to thePagination
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.The text was updated successfully, but these errors were encountered: