APYDataGridBundle icon indicating copy to clipboard operation
APYDataGridBundle copied to clipboard

Symfony Datagrid Bundle

Results 104 APYDataGridBundle issues
Sort by recently updated
recently updated
newest added

To handle query from filter with necessary HAVING clause which does not accept alias

Hello! `APY\DataGridBundle\Grid\Source\Entity::getFieldName() ` does not take into account the use of Embeddables

Hello, It looks impossible to sort a grid on a column wich contains values from a joined entity: > Cannot select distinct identifiers from query with LIMIT and ORDER BY...

Hello, I have a question which might be a bug (either in doctrine or the bundle). I have these two entities: user and email. A user can have multiple email...

Bug

Hello everyone. I have a problem with the alias on new column to filter my values. I have a count in my custom query. `->addSelect('(COUNT(house.cats)) as numberCats')` I add a...

I'm trying to find a way to specify the source group specifically when an export is happening. We add additional columns in the export by adding those to the default...

Question

Update the PHPParser namespaces. ![screenshot from 2018-11-19 16-39-40](https://user-images.githubusercontent.com/155956/48692607-f2fffb80-ec19-11e8-9a17-e459d66f043d.png) Solves : https://github.com/APY/APYDataGridBundle/issues/857

Fix error on requests that cannot access requested _route

Hello, [Grid/Source/Entity.php#L658](https://github.com/Abhoryo/APYDataGridBundle/blob/f57da7390468a52568ccf7c2b47d981f253731eb/Grid/Source/Entity.php#L658): auto switch select from query to source without applying permanent filters is nonsense when no result. Then, an unwanted consequence is the explosion in the number of queries...

Bug

When you set filterType to 'select' on some column, you have this values stored in session: ```php "column_name" => [ "operator" => "btw" "from" => [ 0 => "value_1" ]...