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

We could use the Symfony form component for create, validate and render filters.

Enhancement

Something to consider for this version or 3.0. I have users who often open many tabs of the same grid. We manage grid state exclusively in the session, which means...

Feature

The goal of this issue is to talk about the new version 3.0 of this bundle. You can propose some change or new feature. You can also comment about existing...

Feature
Documentation
Needs Action

I was trying to set a permanent filter on a joincolumn, the joined entity uses UUID as primary key. I encountered 2 problems First, in APY\DataGridBundle\Grid\Source\Entity, a use APY\DataGridBundle\Grid\Column\JoinColumn; was...

I use 3.0.2 version in my project and I upgraded PHP version from 5.6 to 7.2 and $value sometimes by default appear as "-" string instead of a number.

Closes #1066 I kept the old Export files too, if they are really needed the only change, PHPExcelPDFExport is now abstract because there might be more PDF Writer (currently MPDF)...