#################################################### # This template configures a demolist for use # with pt_extlist # # @author Michael Knoll , Daniel Lienert # @package Typo3 # @subpackage pt_extlist #################################################### plugin.tx_ptextlist.settings { listConfig.DemoList_Renderer_ColumnGroupRenderer < plugin.tx_ptextlist.prototype.listConfig.default listConfig.DemoList_Renderer_ColumnGroupRenderer { backendConfig < plugin.tx_ptextlist.prototype.backend.typo3 backendConfig { baseFromClause ( Country ) } fields { Continent { table = Country field = Continent } Region { table = Country field = Region } Country { table = Country field = Name } } default.sortingColumn = ContinentColumn columns { 10 { columnIdentifier = ContinentColumn fieldIdentifier = Continent label = Continent } 20 { columnIdentifier = RegionColumn fieldIdentifier = Region label = Region isSortable = 1 } 30 { columnIdentifier = CountryColumn fieldIdentifier = Country label = Country isSortable = 1 } } pager.itemsPerPage = 50 rendererChain { rendererConfigs { 110 < plugin.tx_ptextlist.prototype.renderer.columnGroup 110 { columnIdentifier = ContinentColumn hideVerticalColumn = showRowCount = 1 } } } bodyPartial = EXT:pt_extlist_special/Resources/Private/Partials/ColumnGroupListBody.html } }