开发者

PHP Grid recommendations needed [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago. 开发者_如何学运维

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜