KnpLabs / knp-components

Various component pack, includes paginator
MIT License
747 stars 141 forks source link

I want to be pull request contribute) #209

Closed maranqz closed 5 years ago

maranqz commented 5 years ago

Hello.

I want extend features pagination in version 2.0. I started update dependencies and tests because i did not notice branche "2.0". My mistake.

I want add features:

  1. Direct access to pagination by offset
  2. seek pagination - using key of entity as cursor.
  3. Iteration by all items. Pagination->toGenerator()
  4. Add method getNext for getting next set of items
  5. Add method getPrevios for getting previous set of items

What do you think about it? Added interfaces

Thanks for answer.

garak commented 5 years ago

Hi @maranqz, feel free to open a PR on 2.0 branch. Thanks