centurion-project / Centurion

Centurion is an open-source CMS delivered as a flexible PHP5 Content Management Framework
http://www.centurion-project.org
197 stars 51 forks source link

Group elements in CRUD lists, keep everything working #68

Open Floby opened 12 years ago

Floby commented 12 years ago

As of now, you can easily override getSelectFiltred in your CRUD controllers to group some rows together (even though you have to reset the group statement of the request). I did it to group media by their sha1 property.

However this does break some functionnalities:

I already gave some thoughts to it and I couldn't find a way to do this without modifying huge parts of the code in many different places. So I'm filing this feature request instead of trying to make it a pull request because it still would be nice to have.

takarboost commented 11 years ago

Hi , I would like to group by some table fields, but i dont know how could you help me please