Sequence Extension on Paginator does not work correctly
0xTim opened this issue · 0 comments
0xTim commented
If you use the Sequence
Extension to create a Paginator
object (e.g. myArray.paginator(5, request: request)
) - it does not respect the number of items page page parameter and returns everything in the array rather than the first five elements. It also leads to the case where you get a paginator
object in your Leaf template that does nothing when clicked on