用于操作表格的 Ajax 工具包

发布于 2024-08-29 15:47:09 字数 476 浏览 2 评论 0原文

(对上一个问题的令人沮丧的回答)

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

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

什么 jQuery / js / 任何工具包将是最简单的使用? (当然,我应该能够在 php 中使用它)。

我确实尝试破解: http://www.ericmmartin.com/projects/simplemodal/ 但试图让它编辑一些现有数据时经历了一段糟糕的时间(在向其传递数据时遇到问题)。

(dismal response to previous question)

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-05 15:47:09

我可以向你推荐jqGrid。在我看来,它是当前最好的 jQuery 插件,它支持您的所有需求以及更多。该插件还活着。你有一个非常好的论坛 http://www.trirand.com/blog/?page_id= 393 解答您的问题。大多数示例来自 jqGrid 文档 http://www.trirand.com/jqgridwiki/doku.php 服务器端使用 PHP 语言。

您可以在 http://trirand.com/blog/jqgrid/jqgrid.html 上查看 jqGrid 的可能性致以

最诚挚的问候

I could recommend you jqGrid. In my opinion it is the best current jQuery plugin, which support all you requirements and much more. The plugin is alive. You have a very good forum http://www.trirand.com/blog/?page_id=393 for your questions. Most of examples from the jqGrid documentation http://www.trirand.com/jqgridwiki/doku.php for the server side are in PHP.

You can see possibilities of jqGrid on http://trirand.com/blog/jqgrid/jqgrid.html

Best regards

梦过后 2024-09-05 15:47:09

您可能想看看 dhtmlXgrid - AFAIK 它不是基于 jquery 的,但我认为它提供了您正在寻找的前端功能。

You might want to have a look at dhtmlXgrid - AFAIK its not jquery based but I think it provides the front end functionality you're looking for.

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