最简单的表格条目编辑/添加/删除网络工具包(与 php 一起使用)
我正在用 PHP 构建一个网站,我提供了一些表格,需要允许用户:
- 添加新条目(一次仅一个,应显示为新的模式叠加层)
- 从 < 中删除多个选定条目br>
- 编辑现有条目(一次只能编辑一个条目,在类似于 1 的视图中。)
- 上下重新排列条目。一一就好了。不需要多个/分组重新排列
什么 jQuery / js / 任何工具包将是最简单的使用? (当然,我应该能够在 php 中使用它)。我确实尝试破解: http://www.ericmmartin.com/projects/simplemodal/ 但试图让它编辑一些现有数据时经历了一段糟糕的时间(在向其传递数据时遇到问题)。
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 / anything 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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
jqGrid 怎么样?这是演示?它能做什么。
jqGrid 是 jQuery 插件,它也使用 jQuery UI 进行主题化。
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.
有一个名为 jQuery UI 的 jQuery 插件,你尝试过吗?
http://www.jqueryui.com
There is a jQuery plugin called jQuery UI, did you try it?
http://www.jqueryui.com