Total number of records
Archived from the Xataface Users forum.
Byrhtwulf72 — Thu Apr 05, 2012 12:23 am
On the details tab for a table, it shows the number of total records in the list. Is there a way to also show that number on the list tab?
shannah — Thu Apr 05, 2012 9:26 am
If you use the “old” resultlist controller it will show you these figures in a way that is similar to the details tab. Add a [_prefs] section to the conf.ini file with the following directive:
- Code: Select all
use_old_resultlist_controller=1
http://www.xataface.com/wiki/preferences
-Steve