APYDataGridBundle
APYDataGridBundle copied to clipboard
Symfony Datagrid Bundle
Hi, how do I configurate the datagrid-source in yaml in case I have a linked entity and I want to show a property of this entity in the corresponding cell?...
Im not entirely sure if this is something Ive not done, or whether its something missing in the documentation. When adding a massAction using a controller function, the key values...
Hi, i have a very rich domain bussines modeled where i use doctrine embeddables, like Money or Document (a person identificator). When i try creating the grid columns, i receive...
Hi, great work here. I've found an issue with the select all button For instance, I want to remove all my users except myself using mass actions: I use the...
Hi, I can't find information about how i by default can remove all columns from grid for ex: I have table with 25 fields i create all columns in controller...
Multiple select on different pages doesn't work. I select some records on page, then go to next page and select other records. Then I use mass action function and... only...
I would like to be able to update queries used on Entity sources before they are fetched. The main reason is that I want to set fetch mode to eager...
How can I set confirmMessage with one of the values in a row? Is there something like $grid->getColumn('object.name');?? ``` private function preparegrid($eval_id) { $source = new Entity('dacicontratosBundle:test'); $tableAlias = $source->getTableAlias();...
In manual section [Column Annotation for a class](https://github.com/Abhoryo/APYDataGridBundle/blob/master/Resources/doc/columns_configuration/annotations/column_annotation_class.md) I see description of groups parameter: ``` Use this attribute to define more than one configuration for an Entity/Document. If no groups...
Hi, its anything new with searching by LIKE in grouped OneToMany GroupContact or something like that = many text rows in one column (for example items on invoice) Its possible...