← Extensions
EXT:record_type_selection
Adds a grouped table dropdown to the TYPO3 backend list module header — showing only tables that have records on the current page.
What Does the Extension Do?
When viewing a page in the record module, a “Tables” dropdown appears in the doc-header. It shows exclusively tables that actually have records on the current page — grouped by extension.
Selecting a table switches to the single-table view for that page. No more scrolling through irrelevant tables.
Installation
composer require georgringer/record-type-selection
No further configuration needed — the extension registers itself automatically in the backend list module.
Requirements
| Package | Version |
|---|---|
| TYPO3 CMS | 14.x |
| PHP | ≥ 8.4 |