Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DataGrid for Zend Framework

Can you recommend good data grid component for Zend Framework?

like image 841
Josef Sábl Avatar asked May 05 '26 12:05

Josef Sábl


1 Answers

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.

like image 127
gabel Avatar answered May 08 '26 23:05

gabel