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.
For a website with a few thousand records, pagination at 1000, 2000, 5000 10000 records would be very helpful.
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-02-18 08:54:57 |
Closed_By | ⇒ | alikon |
there are a lot of filter options already in place to help to fine grain the list
so not the way to go
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.