[TYPO3-dev] How to create BE list of elements

Dennis Ahrens dennis.ahrens at googlemail.com
Fri Sep 23 11:22:29 CEST 2011


Hi Dawid,

> how can I create list of record in my BE module ? Something like basic
> List tool ?

If your module uses fluid you can use this ViewHelper:

<f:be.tableList tableName="be_users" recordsPerPage="1000" 
fieldList="{0: 'username', 1: 'email', 2: 'realName'}" />

regards
Dennis




More information about the TYPO3-dev mailing list