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

Hello everyone, I'm using APYDataGrid for a while, and i like it a lot. Would it be interesting to configure grid for an entity with an external file (xml ot...

Feature

Hi, In my development I don't set the filter operators visible. When I use a select filter with the default operator to "eq" and a selectFrom to "source", everything works...

Feature

Hi, Do you have the DataGrid as standalone component ? I don't think so. It would be cool to have a DataGrid component AND DataGridBundle for Symfony2 integration. Like PagerFanta...

Feature

[Grid/Source/Entity.php#L620](https://github.com/APY/APYDataGridBundle/blob/1ee2713d74e8dde43846fad1c01e59edcde10ddc/Grid/Source/Entity.php#L620): querySelectfromSource should contain **permanent** filtres. The issue is to have suggestion without result.

Enhancement

Hey! Consult wanted if possible to export data (XLS, CSV) records that are selected by the MassAction check function. Thanks and regards!

Enhancement

Hey guys ! I try install the bundle into my project but after install the bundle I don't see the annotations `@ GRID\Source(columns="...")` and when I execute: `php app/console apydatagrid:generate:grid...

Unreproduced bug
Question

I have an entity which is not defined in a Symfony Bundle but within a regular package. The grid tries to locale bundle config for the entity, which results in...

Enhancement

A user role is not enough when a voter exists to check permission.

Enhancement

i use this mapping forks fine @GRID\Column(title="od",field="timeTables.fromDate:group_concat") i have in database in fromDate 2016-03-24,2016-03-28 i use default search - more of - 2016-03-23 and get this row but if i...

Question

The `Grid` should not be dependent on the service container, only on the services it needs. The service can be used in an environment which is not using the Symfony...

Enhancement