In the Sonata Admin Bundle you have a list view where you can add fields you want to show in your table.
At the bottom of the table you have the number of results and pagination. I like the pagination and items per page. But I would like to show ALL the items at the load of the page. So all the items are shown on the page but you can still choose to decrease the number of results per page.
The problem is I don't have a clue on how to do this. Can someone set me on my way?

