Build easy and intuitive TCA-powered records with customizable backend forms on the fly without having to make a new extension. Records and Variables are dynamically injected to fluid templates for easy usage.
This extension is a easy to use data handler that saves you a lot of time, because there is no more need of creating an extension for every need. Great solutions can be done by just a few clicks and fluid templating.
For documentation have a look at the TYPO3 Docs Page or refer to the DataViewer Extension Page in the TER
- TYPO3 CMS 8.7.X
For the 7 LTS compatibile version, please use the master-7/dev-7 branch.
- Create customized records on the fly
- Plugins for List, Detail, Sort, Filter, Pagination, Selection and Search
- Dynamic Configuration of the Plugins to get nearly every solution
- No extension programming needed
- Inject records to other extensions with a InjectViewHelper
- Inject dynamic variables of different types to the fluid templates
- Easy fluid templating with intuitive variable naming
- Signal/Slot Usage for manipulating data if needed
- Backend Toolbar Item for easy record management
- Import CSV Files
- Create Fields for your custom record that you will assign later to a datatype
- Create a datatype and assign the fields, that you've created before.
- Create your records
- Create fluid templates for the records. You can create lists or single views.
- Insert Record-Plugin to your site to display record(s)
- Add other plugins like Filter, Search or Sorting to your site