APY / APYDataGridBundle

Symfony Datagrid Bundle
MIT License
492 stars 346 forks source link

row grouping ? #308

Open patie opened 11 years ago

patie commented 11 years ago

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)

Abhoryo commented 11 years ago

You can filter on a hidden column if you like, after that you can add like your exemple some rows.

patie commented 11 years ago

i dont need filtering, i talking about "header rows" for rows groups

Abhoryo commented 11 years ago

I've talk about filtering to force the order of the row then you just have to add your header rows.

patie commented 11 years ago

can u give me easy example please ? thank you!

Abhoryo commented 11 years ago

What is the problem ? With the exemple you add in your issue:

patie commented 11 years ago

yes, but i need it for vector type.. :/

Abhoryo commented 11 years ago

For my second point, you can group and order yourself the data. Extends the class Vector to perform this behavior.

webdevilopers commented 9 years ago

:+1: