APY / APYDataGridBundle

Symfony Datagrid Bundle
MIT License
492 stars 344 forks source link

fix error in displaying a page beyond the last one with a custom QB #1014

Closed bsod85 closed 6 years ago

bsod85 commented 6 years ago

Entity::execute() needs to support being called multiple times as Grid::prepare() calls itself if the current page is empty to reset to page 1

DonCallisto commented 6 years ago

Thanks @bsod85 !