PHP Datagrid

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
greg7
Forum Commoner
Posts: 32
Joined: Tue Oct 13, 2009 7:38 am

PHP Datagrid

Post 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!
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: PHP Datagrid

Post by pickle »

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.
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: PHP Datagrid

Post by VladSun »

There are 10 types of people in this world, those who understand binary and those who don't
greg7
Forum Commoner
Posts: 32
Joined: Tue Oct 13, 2009 7:38 am

Re: PHP Datagrid

Post by greg7 »

Thank you!
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: PHP Datagrid

Post by Mark Baker »

For the export side, I'd recommend PHPExcel
We use it extensively alongside extjs (which has already been recommended)
Post Reply