AliHichem / AliDatatableBundle

Symfony2 Ajax Datagrid Bundle for doctrine2 entities
MIT License
112 stars 72 forks source link

Select as search field? #91

Closed MavisS2 closed 10 years ago

MavisS2 commented 10 years ago

There is any way to add select field as search field in datatable? I can't find any informations about this.

AliHichem commented 10 years ago

This is not supported by this bundle, therefore is your really want to make that happen with custom code you just create your own datatable bundle and make its parent AliDatatableBundle and work on Resources/views/Main/index.html.twig to add your selectbox . I'm not sure why you would like to add select field as seach field or how you expected to work but for basic usage I believe this is the only file you need to change ..