AliHichem / AliDatatableBundle

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

"order" option on specific fields only #164

Closed tontione closed 8 years ago

tontione commented 8 years ago

Is it a way to desactivate order option for specific fields, as it is for search option ?

I didn't find it, and have ajax warning for custom fields which contains non direct property of the objects (for exemple a customed special actions button column, or the discr property (inherited class with doctrine)).

tontione commented 8 years ago

I found it : It's a datatables config param : {{ datatable({ 'edit_route' : 'contenu_edit', 'delete_route' : 'contenu_delete', 'js' : { 'aoColumns': "[ null,null,null,null,{ 'bSortable': false }]" } }) }}