Can you recommend good data grid component for Zend Framework?
问题:
回答1:
I'm using http://www.datatables.net and feed them with customized JSON via Zend REST which gets all the data from models right away. Works pretty fine.
You have to generate the JSON Code by yourself, but the datatable worth it.
回答2:
Use dojox.grid.DataGrid
with data from Zend_Dojo_Data
.
回答3:
There is also http://code.google.com/p/kontorx/
This library is very elastic. You can render data as HTML table or Ext.DataGrid (JavaScript)
Live examples shows full implementation.
回答4:
I would recommend using ZendX_Jquery with jqGrid, which is a jQuery Plugin and very Advanced Grid component.
回答5:
This might be a late answer but there is a new library (Pike) which is built on top of Zend Framework and jqGrid you might like it! You can find it either on GitHub as well.
回答6:
Take a look at this one: http://code.google.com/p/zendscaffolding/
Simple, powerful, supports data relationship (1-N, N-N)
回答7:
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.
- zend-framework-datagrid
- zfdatagrid
Zend_DataGrid seems to be proposed but not yet ready.
It is also recommended to use dojo to create data grid.