At the moment all generated view templates are table-based.
It should be possible to control which type of view template (or even multiple templates) should be created instead:
- table-based
- ajax-table using a data grid component (like for example bootstrap table)
- simple unordered list, ordered list, definition list (ul, ol, dl tags)
- cards (bootstrap grid boxes with configurable column amount)
At the moment all generated view templates are table-based.
It should be possible to control which type of view template (or even multiple templates) should be created instead: