Content - News Menu - Ressources Menu - Sitemap - Share your code - Code library - Reference
Formidable is part of the TYPO3 Project and is supported by Ameos
Those 3 lists illustrate how to combine a list, a searchform and a datasource to quickly build a sortable/searchable display of records in the database.
The first lists shows a lister directly bound to a datasource:DB.
The second list shows a lister bound to a searchform bound to a datasource; so that searchform acts as a filter between the lister and the datasource.
The last example demonstrates the same, with a datasource working on several tables and displaying sortable/searchable calculated columns.