Page 1 of 1

PHP Datagrid

Posted: Mon Oct 19, 2009 8:36 am
by greg7
Hi, i design a web application for educational purposes (university's lab) and i need a full customizable datagrid. More specifically i need to add/delete/edit rows and simultaneously update my database, i also need sorting,filtering,scrolling,printing, exporting to (xls, csv,pdf,xml) and the freedom to add more operations. Have you any shareware class to propose? If you have any in mind, even if it doesn't meet all of the above expectations please post, only to be somehow easy to extend.

I try to use PHP DataGrid version 4.2.8, although is astonishing, i face some problems with the Add/Edit operations, it would be appreaciated if anyone have used it before and offer some help.

Thanks in advance!

Re: PHP Datagrid

Posted: Mon Oct 19, 2009 10:11 am
by pickle
A Javascript solution might be: http://flexigrid.info/

Re: PHP Datagrid

Posted: Mon Oct 19, 2009 11:21 am
by VladSun

Re: PHP Datagrid

Posted: Mon Oct 19, 2009 11:40 am
by greg7
Thank you!

Re: PHP Datagrid

Posted: Tue Oct 20, 2009 3:50 am
by Mark Baker
For the export side, I'd recommend PHPExcel
We use it extensively alongside extjs (which has already been recommended)