DataGrid for Zend Framework

前端 未结 4 1048
死守一世寂寞
死守一世寂寞 2021-02-11 04:27

Can you recommend good data grid component for Zend Framework?

4条回答
  •  面向向阳花
    2021-02-11 05:05

    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.

提交回复
热议问题