APYDataGridBundle
APYDataGridBundle copied to clipboard
Symfony Datagrid Bundle
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...
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...
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...
[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.
Hey! Consult wanted if possible to export data (XLS, CSV) records that are selected by the MassAction check function. Thanks and regards!
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...
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...
A user role is not enough when a voter exists to check permission.
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...
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...