APYDataGridBundle
APYDataGridBundle copied to clipboard
Symfony Datagrid Bundle
Hello! Thanks for this bundle. When creating grid from the grid builder using ad GridType ([Resources/doc/grid.md](https://github.com/APY/APYDataGridBundle/blob/master/Resources/doc/grid.md)), I can't add mass actions in the type. I've checked and it's not implemented...
When I add RowAction, on site when is enabled ssl, generated link start with http:// not https://
Continue Error that i fixed in pull #967 Now we can return multiple grids on one page that need route parameters in request
Hi, i want to create a full grid from a type, to clean my controller code, and my entity class code, so i want to do all related to datagrid...
Hello everyone. And sorry for the last post with no description. Since Doctrine 2.4 a new operator has been created to work with DTOs : "NEW". http://doctrine-orm.readthedocs.io/en/latest/reference/dql-doctrine-query-language.html#new-operator-syntax It allows to...
hello, I'm trying to create a mass action, but don't work, can help me? ``` $yourMassAction = new MassAction('Action 1', 'BlogBundle:Default:myStaticMethod'); $grid->addMassAction($yourMassAction); ``` ``` public function myStaticMethod($primaryKeys, $allPrimaryKeys, $session, $parameters)...
Is possible to add custom filter top of table with large query modification and always get this value in filters ?
Hi, I'm currently following the README to order my rows according to a specific field, so i chose "setDefaultOrder" method, but it doesn't seem to work. Here is the code...
Hello, I made a form that allows me to filter my data to display in the grid (a date field and 3 drop-down list) so I have the ability to...