Im using KNP Paginator Bundle, it works fine, but I cant make works the limit records per page (dynamically), I have readed and tried this post Dynamic limit per page Knp Pagination, but no luck. Someone can help me?
Im using KNP Paginator Bundle, it works fine, but I cant make works the limit records per page (dynamically), I have readed and tried this post Dynamic limit per page Knp Pagination, but no luck. Someone can help me?
KNPPaginatorBundlegives you an option to set thelimit. You can set that value according to your logic. Can you please be more precise on your requirement and share some code? - Jeet<select name="maxItemPerPage" id="maxItemPerPage"> <option id="10">10</option> <option id="20">20</option> <option id="30">30</option> </select>, you know like bootstrap datatables. - Pedro Elias Aguilar