DataGrid for Zend Framework

2019-03-22 03:55发布

Can you recommend good data grid component for Zend Framework?

7条回答
狗以群分
2楼-- · 2019-03-22 04:26

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.

查看更多
Emotional °昔
3楼-- · 2019-03-22 04:33

I would recommend using ZendX_Jquery with jqGrid, which is a jQuery Plugin and very Advanced Grid component.

查看更多
可以哭但决不认输i
4楼-- · 2019-03-22 04:33

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.

查看更多
姐就是有狂的资本
5楼-- · 2019-03-22 04:40
我想做一个坏孩纸
6楼-- · 2019-03-22 04:40

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

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

查看更多
你好瞎i
7楼-- · 2019-03-22 04:50

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.

查看更多
登录 后发表回答