APYDataGridBundle
APYDataGridBundle copied to clipboard
Symfony Datagrid Bundle
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...
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...
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...
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...
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...
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)
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...
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...
Causes: #648
If we want to display a message when a column is empty, we could pass a `empty_data` property to options of the column.