Posted by Ashwinkumar
2017-03-15

how to increase / decrease the number of rows. currently there are 25 rows in display but the error is that the bottom message showing 1-50 instead of 1-25...can you tell me which files to edit
Posted by Tom
2017-03-15

>how to increase / decrease the number of rows

Open web/staff/app/df.fieldlist.inc.php and find array like this:
'addresses' => array(
XA_CLASS=>'cls_fl_addresses',
XA_SPEC_FILE=>'df.fl.addresses.inc.php',
XA_TABLE_NAME=>TBL_ADDRESSES,
XA_ID_NAME=>'addresses_id',
XA_INIT_ORDER_BY=>'addresses_id DESC',
XA_INIT_PAGE_SIZE=>20
),
XA_INIT_PAGE_SIZE=>20 defines the number of records per page.