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!
PHP Datagrid
Moderator: General Moderators
Re: PHP Datagrid
A Javascript solution might be: http://flexigrid.info/
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: PHP Datagrid
There are 10 types of people in this world, those who understand binary and those who don't
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: PHP Datagrid
For the export side, I'd recommend PHPExcel
We use it extensively alongside extjs (which has already been recommended)
We use it extensively alongside extjs (which has already been recommended)