views:

2251

answers:

3

Can you recommend good data grid component for Zend Framework?

+1  A: 

So far I found these projects. But they seem to be in their beginnings so I am not sure if I should invest in adopting them.

  1. zend-framework-datagrid
  2. zfdatagrid

Zend_DataGrid seems to be proposed but not yet ready.

It is also recommended to use dojo to create data grid.

Josef Sábl
+1  A: 

Use dojox.grid.DataGrid with data from Zend_Dojo_Data.

vartec
Thanks for the direction. I will definetly try it out. In the meantime, I have found out that this is sort of official Zend recommendation.
Josef Sábl
Wow, it is pretty hard :-)
Josef Sábl
Sorry, I'm not using grid and I use JQuery, so won't be able to help you more on that.
vartec
No problem, I think I will wait for this http://framework.zend.com/wiki/display/ZFPROP/Zend_DataGrid
Josef Sábl
A: 

Take a look at this one: http://code.google.com/p/zendscaffolding/

Simple, powerful, supports data relationship (1-N, N-N)

Alex