开发者

Simplest possible table entry editing / addition / deletion web toolkit (for use with php)

开发者 https://www.devze.com 2022-12-27 05:40 出处:网络
I\'m building a website in PHP and I have tables presented that I need to allow the user to: add new entry (only one at a time, which should appear as a new modal overlay)

I'm building a website in PHP and I have tables presented that I need to allow the user to:

  1. add new entry (only one at a time, which should appear as a new modal overlay)

  2. delete multiple selected entries from

  3. edit an existing entry (only one at one time, in a view similar to 1.)

  4. re-arrange entries up and down. One by one is fine. Multiple / Grouping rearrangements are not not needed

What jQuery / js / anythi开发者_如何学运维ng toolkit would be the SIMPLEST to work with? (of course, I should be able to work with it in php). I did try hacking away at: http://www.ericmmartin.com/projects/simplemodal/ but had a terrible time trying to get it to work on editing some existing data (had problem passing data to it).


What about jqGrid? Here's a demo? of what it can do.

jqGrid is jQuery plugin which uses the jQuery UI for theming as well.


There is a jQuery plugin called jQuery UI, did you try it? http://www.jqueryui.com

0

精彩评论

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