Can you recommend good data grid component for Zend Framework?
相关问题
- Zend Auth locked session
- Zend/PHP: Problem uploading/downloading file to/fr
- PHP Zend Framework - Zend_Config and global state
- WPF DataGrid - row for new entry not visible
- How to delete row datagrid and update SQL database
相关文章
- Unreasonable WPF DataGrid Loading Time
- How to programmatically access a datagrid row deta
- Possible disadvantages of Zend [closed]
- Add custom tooltip to row in DataGrid
- How to disable the 'Select All' button of
- DataGrid cell single click edit mode in wpf c#?
- Zend Framework Modules with common resources
- Zend Form Validator Callback: How to exclude a use
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.
I would recommend using ZendX_Jquery with jqGrid, which is a jQuery Plugin and very Advanced Grid component.
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_DataGrid seems to be proposed but not yet ready.
It is also recommended to use dojo to create data grid.
Use
dojox.grid.DataGrid
with data fromZend_Dojo_Data
.Take a look at this one: http://code.google.com/p/zendscaffolding/
Simple, powerful, supports data relationship (1-N, N-N)
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.