Closed nikophil closed 2 months ago
Hello,
whenever the TraversablePaginator has the same number of items than the itemsPerPage, it currently returns 0, although it should return totalItems
TraversablePaginator
itemsPerPage
0
totalItems
This PR fixes this buggy behavior
It seems strange that nobody has noticed this before :thinking:
Hello,
whenever the
TraversablePaginator
has the same number of items than theitemsPerPage
, it currently returns0
, although it should returntotalItems
This PR fixes this buggy behavior
It seems strange that nobody has noticed this before :thinking: