Support different types of view templates
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)
👍
For a grid component, this one also looks good http://js-grid.com/
I mentioned "bootstrap table" because I recently compared several components and used this one for a quite huge project. Thus I am pretty familar with it - and it offers very powerful functionality. I made a brief blog post about it (in German) at https://get-the-most.de/2017/09/20/flexibles-datagrid-f%C3%BCr-bootstrap/
Also introduce granular Twig blocks for improved support of partial overriding in Zikula 2.0.4+.