philiplb / CRUDlex

CRUDlex is an easy to use CRUD generator for Symfony 4 and Silex 2 which is great for auto generated admin pages
https://philiplb.de/crudlex/
MIT License
109 stars 23 forks source link

Mechanism to define the fields of the list view #22

Closed philiplb closed 10 years ago

philiplb commented 10 years ago

Maybe: New key for field "hideFromList" in order to not let a field appear in the listview table Or: optional "listFields" attribute in the entity in order to manage also the default fields like the id, defaults to all fields like it is now