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)
- delete multiple selected entries from
- edit an existing entry (only one at one time, in a view similar to 1.)
- 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
精彩评论