TableListViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:be.tablelist>
FinalYes
ViewHelper which renders a record list as known from the TYPO3 records module.
<f:be.tableList tableName="fe_users"
fieldList="{0: 'name', 1: 'email'}"
storagePid="1"
levels="2"
filter="foo"
recordsPerPage="10"
sortField="name"
sortDescending="true"
readOnly="true"
enableClickMenu="false"
enableControlPanels="true"
clickTitleMode="info"
/>
Note: This feature is experimental!
Tags
Table of Contents
Properties
- $escapeOutput : bool
- As this ViewHelper renders HTML, the output must not be escaped.
Methods
- __construct() : mixed
- initializeArguments() : void
- render() : string
- Renders a record list as known from the TYPO3 records module Note: This feature is experimental!
Properties
$escapeOutput
As this ViewHelper renders HTML, the output must not be escaped.
protected
bool
$escapeOutput
= false
Methods
__construct()
public
__construct(ConfigurationManagerInterface $configurationManager, PageRenderer $pageRenderer) : mixed
Parameters
- $configurationManager : ConfigurationManagerInterface
- $pageRenderer : PageRenderer
initializeArguments()
public
initializeArguments() : void
render()
Renders a record list as known from the TYPO3 records module Note: This feature is experimental!
public
render() : string