Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP Grid recommendations needed [closed]

Tags:

php

gridview

I'm looking for a grid control for a project I'm doing in PHP.

Are there any good recommendations?

Ideally, it'd have a data entry mode similar to a spreadsheet where the user could enter row after row after row, without needing to click new/edit buttons or links.

like image 843
Jack Avatar asked Jan 23 '23 05:01

Jack


2 Answers

You might want to take a look at KoolGrid and phpGrid

Both are very powerful and similarly priced.

...

Another Free Alternate is JQgrid PHP Component

like image 83
adamweeks Avatar answered Jan 24 '23 20:01

adamweeks


Use ExtJS for your front-end (editable grid demo), and PHP scripts to do the actual data processing. You won't regret it :p.

BTW It is not cheap for commercial use (ie. when you want to distribute your application - you don't need a commercial license if your app is for internal/intranet use only), but imho it's money well spent.

like image 22
wimvds Avatar answered Jan 24 '23 18:01

wimvds