Advanced TYPO3 Tables
The TYPO3 default Table element is really useful - because it produce nice and barrierfree table Code.
Unfortunatly you have no control of
- cellspan and rowspan
- set of classes for rows and cells
- set other attributes of a cell
To achieve this you can use the extension aoe_advancedtable. This enables you to:
- cellspan: Use "<" as the first letter
- rowspan: Use "^" as the first letter
- special syntax allows more: "{<keyword>=<value>;<keyword>=<value>}". Current keywords:
- rowClass
- class
- cellType=header
Look at the screenshots.
Installation:
The extension requires css_styled_content and th_exttableservice from Thomas.
To use it you only have to install the extension and include the static template "Advanced Tables Content" in your main-template ("include static from extensions").



