Hi there - I’m trying to build a paginated image gallery, and one thing that’s not clear to me is how to define pagination controls at the bottom of each page, and whether this can be done in pure Dash.
I’ve seen that there’s pagination inherent in your datatables component, but that’s not really my use-case. What I’m looking for is a stand-alone pagination component that would simply keep track of the chosen page and perhaps the number of items per page.
Does something like this exist as a Dash component? And if not, how would you suggest handling this issue?