APYDataGridBundle
APYDataGridBundle copied to clipboard
Symfony Datagrid Bundle
Apparently the method was removed from the ORM ``` HTTP 500 Internal Server Error Attempted to call an undefined method named "getSQLResultCasing" of class "Doctrine\DBAL\Platforms\MariaDb1027Platform". ``` ```php // My Controller...
fix https://github.com/APY/APYDataGridBundle/issues/1072 ping [FredDut](https://github.com/FredDut)
Hello, If I use twigs for customizing a cell in the grid and and the grid globaly, the export fails with "Block "grid_titles" doesn't exist in grid template "ee"." An...
Fixed notice: "Trying to access array offset on value of type null" in Grid/Column/Column.php on PHP 7.4
Hi, has anybody used the APYDataGridBundle with Symfony 6 yet? Cheers Martin
**Work in Progress** The code has been refactored using rector. PHPUnit has been upgraded, and the tests has been partially rewritten in order to comply with this new version. Test...
- I updated the Tests to get it running with Twig 3 - there is a big inconsistency in the Tests at what time the Grid with an ID should...
what is this Repositories Opinion on defining Exports as Services, like it-studio did with this change on their fork? https://github.com/it-studio/APYDataGridBundle/commit/4f319256af21d3acf2b14b71041e266f123a35a3 would it be a good idea to "backport" that into...