最简单的表格条目编辑/添加/删除网络工具包(与 php 一起使用)

发布于 2024-08-28 21:22:49 字数 464 浏览 3 评论 0原文

我正在用 PHP 构建一个网站,我提供了一些表格,需要允许用户:

  1. 添加新条目(一次仅一个,应显示为新的模式叠加层)
  2. 从 < 中删除多个选定条目br>
  3. 编辑现有条目(一次只能编辑一个条目,在类似于 1 的视图中。)
  4. 上下重新排列条目。一一就好了。不需要多个/分组重新排列

什么 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:

  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 / 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

葬﹪忆之殇 2024-09-04 21:22:49

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.

盗琴音 2024-09-04 21:22:49

有一个名为 jQuery UI 的 jQuery 插件,你尝试过吗?
http://www.jqueryui.com

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文