This topic is locked

Show All records by default

6/4/2014 9:19:39 AM
PHPRunner General questions
S
Stucco author

Hi,
I want to set the records per page to all by default, but the box only accepts a number.
The only way I can find to do it is to put "all" at the front of the list of options, and then enter a number like 9999 into the records per page. This will show "Show All" in the box, and show 9999 records, which should be enough records. Is there a better way to accomplish this?
Thanks!

Sergey Kornilov admin 6/4/2014

How's about setting the initial number of records to 10000 and adding 10000 to the list of 'Records per page selection'?
Another option - modify the URL of the table in Menu Builder so it looks like this:

tablename_list.php?pagesize=-1
S
Stucco author 6/4/2014

I like the idea of the menu change. That makes sense. Let me see how it works.