No Code Attached Yet
avatar hytsch
hytsch
14 Feb 2023

Does your feature request relate to a problem? Please describe it.

In the list view, I can look at max. 500 records, or equal to all. Editing, e.g. disabling ALL records or users, leads to a crash of the browser for larger amounts of data.

Describe the solution you would like to see

For a website with a few thousand records, pagination at 1000, 2000, 5000 10000 records would be very helpful.

avatar hytsch hytsch - open - 14 Feb 2023
avatar joomla-cms-bot joomla-cms-bot - change - 14 Feb 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 14 Feb 2023
avatar joomdonation
joomdonation - comment - 17 Feb 2023

I don't think we would support for that large number of records. Assume there are 2000 records displayed, how would you find the record you want to do something? If you want to delete 2000 records for example, it's very likely that it won't work because usually, max_input_vars from php settings of server set to 1000, and it could not submit data for large number of records for processing. It is also slow and require more memory to render that large number of records, and could cause fatal error because timeout or lack memory.

avatar alikon alikon - change - 18 Feb 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-02-18 08:54:57
Closed_By alikon
avatar alikon
alikon - comment - 18 Feb 2023

there are a lot of filter options already in place to help to fine grain the list
so not the way to go

avatar alikon alikon - close - 18 Feb 2023

Add a Comment

Login with GitHub to post a comment