.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt .. _objects-table: Table """"" Table-type content elements are not rendered using a standard TypoScript content object but instead rely on a :ref:`USER ` object provided by CSS Styled Content, as can be seen in the TypoScript setup:: tt_content.table = COA tt_content.table { 10 = < lib.stdheader 20 = USER 20.userFunc = \TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController->render_table 20.field = bodytext ... } .. figure:: ../../../Images/TableContentElement.png :alt: Table content element Input of a table content element in the TYPO3 backend The :code:`render_table` function supports a whole variety of specific properties, which are detailed below. .. note:: All properties of USER objects also apply, in particular :ref:`stdWrap `. .. _objects-table-reference: Reference ~~~~~~~~~ .. _objects-table-reference-field: field ''''' .. container:: table-row Property field Data type data Description The field to fetch the content from. Default bodytext .. _objects-table-reference-innerstdwrap: innerStdWrap '''''''''''' .. container:: table-row Property innerStdWrap Data type :ref:`stdWrap ` Description StdWrap to the content of the table cells. With this you can for example pass the content through lib.parseFunc Default innerStdWrap.parseFunc =< lib.parseFunc