petkopara / PetkoparaCrudGeneratorBundle

Symfony3 CRUD generator bundle with pagination, filter, bulk actions and Twitter bootstrap 3.3.6 features.
MIT License
70 stars 17 forks source link

Adding option to control which columns to be shown. #28

Open petkopara opened 7 years ago

petkopara commented 7 years ago

Command line option that will accept array with the columns that will be shown in show, edit or index. Example format: --edit-cols=[''name', 'description'] --show-cols=[''name', 'value', 'someothercol']