MostGenerator icon indicating copy to clipboard operation
MostGenerator copied to clipboard

Support different types of view templates

Open Guite opened this issue 8 years ago • 4 comments

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)

Guite avatar Nov 04 '17 16:11 Guite

👍

robbrandt avatar Nov 04 '17 18:11 robbrandt

For a grid component, this one also looks good http://js-grid.com/

robbrandt avatar Nov 04 '17 18:11 robbrandt

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/

Guite avatar Nov 04 '17 18:11 Guite

Also introduce granular Twig blocks for improved support of partial overriding in Zikula 2.0.4+.

Guite avatar Dec 15 '17 19:12 Guite