How can I change the row per page limit. Print

  • 0

If you wish to change the limit of rows per page on the Client area widget box you can do so by editing /config/blesta.php and changing the value for:

////////////////////////////////////////////////////////////////////////////////
// Pagination
////////////////////////////////////////////////////////////////////////////////
// Number of results to display per page
Configure::set("Blesta.results_per_page", 20);

Was this answer helpful?

« Back