AliDatatableBundle
AliDatatableBundle copied to clipboard
Symfony2 Ajax Datagrid Bundle for doctrine2 entities
does this bundle work with doctrine odm mongodb?
Hi. It is possible to release a new minor version to fix PHP7 requirements? I'm using this bundle in my project, only with stable versions, and I can't upgrade. I...
I need to customize the table rendering in order to add the proper actions to show the associate record. I think the best way is to use the [custom renderer](https://github.com/AliHichem/AliDatatableBundle/blob/master/Resources/doc/index.md#-custom-renderer)...
After 3 days working arround this problem there is some informations that could be useful for people in the same configuration. I had the error "Properties XXXX does not exist"...
Is it possible to use more advanced options like this code: ``` javascript $(document).ready(function() { $('#example').DataTable( { "columnDefs": [ { // The `data` parameter refers to the data for the...
Add filter by multiple searchable columns
Since 2.0.4 joins defined in the doctrine query builder no longer work (it works just fine in 2.0.3). ``` ReflectionException: Property .name does not exist ```
It could be great to support the third version of the symfony framework!
Given the query ``` php $qb->select("c, u, p, a, pd, ad, GEO_DISTANCE_BY_POSTAL_CODE('GB', :postcode, 'GB', ad.outerPostcode) AS distance"); ``` the count query fails as it strips the select clause. quick fix...