Items per page default setting

Just to share a discovery: you can change the default "items per page" number here:
dataface/Dataface/Application.php:
simply change the "30" to whatever number you'd like. i prefer 10.
dataface/Dataface/Application.php:
- Code: Select all
if ( !isset($this->_conf['default_limit']) ){
$this->_conf['default_limit'] = 30;
}
simply change the "30" to whatever number you'd like. i prefer 10.