inveniosoftware / react-searchkit

React component library for interacting with a REST API.
https://inveniosoftware.github.io/react-searchkit/
MIT License
78 stars 40 forks source link

allow for Pagination and ResultsPerPage to be hidden on few results #268

Closed Ducica closed 1 month ago

Ducica commented 2 months ago

:heart: Thank you for your contribution!

Description

Please describe briefly your pull request.

Added a prop that allows to program Pagination and ResultsPerPage components to not render in certain conditions (when there are less results than resultsPerPage setting). If unused the components behave same as before.