Hey Patternfly experts,
I’m building a small Patternfly v4/React interface that connects back to a Spring Boot API to display data to users. I’m looking to implement the pagination component for my list view, and wanted to also look at offering a ‘search’ feature across pages.
I’ve had a look at the Patternfly Basic Filter, though it doesn’t look like this supports filtering/searching across pages.
Does anyone have recommendations on how best to approach this? Should I just create a search box per the toolbar demo, and use my own logic to POST to a ‘search’ endpoint at the Spring Boot API?
Greatly appreciate any assistance.
Shane