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 everybody, in order to fulfill point 5 of https://github.com/APY/APYDataGridBundle/pull/877#issuecomment-267813654 I've started a [brand new branch ](https://github.com/APY/APYDataGridBundle/tree/test-improvement) (from [`symfony3` one](https://github.com/APY/APYDataGridBundle/tree/symfony3)) that will contain all commits for missing tests. You are...

Enhancement
in progress

Hello, I would like to be able to let the user set a custom limit for the pager. I added an text input near the results_perpage select. But now i'm...

Question

Hello, I use datagrid with entity/annotation and i realized that the method "getTotalCount()" don't return the right result. For example : I have 50 rows in db, when i group...

Bug

When using an external search block (with `{{ grid_search(grid) }}`), and using the javascript blocks (`{{ grid(grid, 'APYDataGridBundle::blocks_js.jquery.html.twig') }}`), when searching on a field and the content is refreshed, the...

Enhancement

Hi there, For starters thanks for excellent bundle! I have struggling with one thing for some time though.. What I want to accomplish is to create mass action that would...

Feature

Hi, its possible row grouping ? maybe something like that - http://datatables.net/release-datatables/examples/advanced_init/row_grouping.html chunks of rows separately based on some parameter (for ex. category)

Feature

Its possible to check values from inputs before getting new data ? It may not be strictly a true validation, maybe just values from inputs before render new data It...

Feature

Hi all, I think there is an issue with the "contains" filter when using an Array. For exemple, if my array is (in my database): `a:3:{i:0;s:6:"France";i:1;s:5:"Congo";i:2;s:6:"Italie"}` In the grid it...

Question

If we want to display a message when a column is empty, we could pass a `empty_data` property to options of the column.

Feature