DatatableBundle
DatatableBundle copied to clipboard
Symfony2 Ajax Datatable Bundle to simplify the use of http://datatables.net/ (and Doctrine entity inside)
Twig version so it works with the most recent versions of Symfony
Dutch translations have been put inside the German (messages.de.yml) file.
Is it be possible for params to be injected in setMultiple so that the route can be built using them in twig? ExampleController.php `$dt->setMultiple(` ` array(` ` 'delete' => array(`...
Hello, When using embeddables the getData fucntion at Waldo\DatatableBundle\Util\Factory\Query\DoctrineBuilder doesn't work. We think that this could be solved: **Embeddables**: Fields thats comes like alias.address.zipcode then the 331 line not work....
When following the 'Multiple Actions how do I add a checkbox for each row?' example I experienced an issue where the datatable was not refreshing after the record had been...
Hello, I am using your DatatableBundle and I want to be able to edit it, I would appreciate any help Thank you
When i try to enable search i have this problems ` An exception occurred while executing 'SELECT COUNT(DISTINCT s0_.id) AS sclr_0 FROM shipment s0_ LEFT JOIN delivery_options d1_ ON s0_.deliveryoption_id...
This is how my records came out {"draw":0,"recordsTotal":"1","recordsFiltered":"1","data":[["Hillary","Test",1]]} What is causing this problem?
I am currently using three datatables. When I want to create a fourth, it takes over the settings + header of the third datatable.
Example I need get record for ``` $res=$qb->getQuery()->getResult(); $email=$res[0]->getOrderCustomer()->getEmail(); ``` but I do not know how to access the method from: setFields() if I try this I get this error...