mmucklo / DtcGridBundle

Datagrid for Symfony 2/3/4/5
MIT License
20 stars 11 forks source link

How will this project compare to the other two DataGridBundles? #9

Open Sluimers opened 6 years ago

Sluimers commented 6 years ago

I know this isn't really the place to ask questions, but I'm looking for a good datagridbundle for symfony and find the two below lacking row selection:

https://github.com/APY/APYDataGridBundle https://github.com/stwe/DatatablesBundle

Seeing that you're building yet another datagrid I'm wondering: How does this datagridbundle differ from the other two? And what is this project focusing on implementing?

mmucklo commented 6 years ago

Sorry I missed your question some months ago, but for historical sake (and in case anyone else reads this) let me try to answer.

This bundle presently handles 3 types of grids:

It integrates well with Doctrine ORM and ODM (MongoDB) using annotations on the entity / document classes themselves.