Hi,
looking around there are various questions about expanding the displayed results by setting
$config['grocery_crud_default_per_page'] = 25;
Would it be possible to set a different limit for a single controller ? eg all pages still use the config setting in
config/grocery_crud.php but specify a different value for a single controller .
thanks