You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation says we can change the paginator size with
knp_paginator:
page_limit: 3
but it has no effect. The parameter in knp should be knp_paginator.default_options.default_limit but it is not publicly accessible.
A config parameter should have an impact on the $this->itemsPerPage in the GridBuilder class. I believe the best solution should be to add a custom parameter for the datagrid bundle.
It could be the occasion to add other default parameters (like the default template for example).
The text was updated successfully, but these errors were encountered:
The documentation says we can change the paginator size with
but it has no effect. The parameter in knp should be knp_paginator.default_options.default_limit but it is not publicly accessible.
A config parameter should have an impact on the $this->itemsPerPage in the GridBuilder class. I believe the best solution should be to add a custom parameter for the datagrid bundle.
It could be the occasion to add other default parameters (like the default template for example).
The text was updated successfully, but these errors were encountered: