-
Notifications
You must be signed in to change notification settings - Fork 474
Labels
component: Discoveryrelated to discovery search or browse systemrelated to discovery search or browse systemnew feature
Description
Is your feature request related to a problem? Please describe.
Users might need to click multiple times on the paginator (or, if they're a little bit tech-savvy, change the queryparam in the current page URL) if they want to go to any given page of a paginated section.
Describe the solution you'd like
The paginator might include an input to go to any given page, e.g.

Additional information
I already made the changes needed to implement this improvement (and opening a draft PR soon), though I am still thinking about the related configuration settings. For example, shall we have a setting that enables the input field if there are at least paginationInputMinNumberOfPages
pages? Or shall we have a simple true
/false
value to enable or disable it by default, and then it can be changed via the component @Input
?
Metadata
Metadata
Assignees
Labels
component: Discoveryrelated to discovery search or browse systemrelated to discovery search or browse systemnew feature
Type
Projects
Status
🏗 In Progress