This topic is locked

Show All option in records per page drop down

4/29/2010 6:27:34 AM
PHPRunner General questions
M
marpunta author

Hi

I believe my question is easy but...

What i really want to do is to have a show all option

in the records per page dropdown item.

I have found how to create other numeric options for even 10000 records per page

BUT...

Any ideas ??

J
Jane 5/3/2010

Hi,
unfortunately there is no 'show all' option in this dropdown.

You can emulate it using this code:

<option value="999999" {$rpp999999_selected}>All</OPTION>