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.
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
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.
You probably want to have a simple PHP script that is called via ajax. That way the user can continually enter data into cells while it is saved in the background, and the user won't have to reload the page.
php is just for backend processing and javascript will do the rest . there are ton of jquery plugin that ease this mission i love to use flexigrid
and here is some of them http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/
I personally use SDTable. It's straight-forward and pretty fast. SDTable downloads
精彩评论