APYDataGridBundle
APYDataGridBundle copied to clipboard
row grouping ?
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)
You can filter on a hidden column if you like, after that you can add like your exemple some rows.
i dont need filtering, i talking about "header rows" for rows groups
I've talk about filtering to force the order of the row then you just have to add your header rows.
can u give me easy example please ? thank you!
What is the problem ? With the exemple you add in your issue:
- Add with annotation the column
browser_enginesource and filterable = true and visible = false. - Add the source annotation with the attribute
groupBy="browser_engine" - Add your rows headers in javascript like your exemple or in twig directly.
yes, but i need it for vector type.. :/
For my second point, you can group and order yourself the data. Extends the class Vector to perform this behavior.
:+1: