Admin List pages - change default number of results
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Admin List pages - change default number of results
Is there a way to change the default number of rows returned in a list page from 25 to say 100? A follow up to that is how do I get the user's selection to stay at 100 once they have selected it?
I saw in the pagination.php file that there seems to be a look up for 'page/limit', but I didn't see how that would be set somewhere else.
Thanks!
I saw in the pagination.php file that there seems to be a look up for 'page/limit', but I didn't see how that would be set somewhere else.
Thanks!
Re: Admin List pages - change default number of results
The default number is not configurable and defined here:
https://github.com/aimeos/ai-admin-jqad ... e.php#L622
But once selected by the user, the choice remains for that list view as long as the session is available.
Only by a choice of the user. The "page[limit]" parameter is then part of the URL.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Admin List pages - change default number of results
Would you be willing to make that a configuration value instead of hard coded?
Re: Admin List pages - change default number of results
Yes, no problem if you can create a PR for that
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star