Also you can change the default rows to what ever you like in the configuration.php file
Change
$cfg['paging']['maxrows'] = 10;
to
$cfg['paging']['maxrows'] = 1000;
if you want 2, it doesn't matter the number but don't make it too large otherwise it might be a unwanted load on the server resources if your database is too large.
|