寻找一个好的 jQuery 表,具有分页、多列排序和行选择功能

发布于 2024-12-11 12:20:44 字数 152 浏览 0 评论 0原文

我之前使用过 dataTables.net 上的表格,效果非常好。但是,它不提供行选择。我发现一些表一次最多执行其中两个,但不是全部三个。我在 JavaScript 方面还是个新手,当时不想深入研究别人的代码来添加缺少的功能。我想看看是否已经有一个表可以完成我需要的所有三个功能。非常感谢。

I've used the table from dataTables.net before and it worked pretty good. However, it does not provide row selection. I've found tables that did at most two of these at a time, but not all three. I'm still pretty novice at JavaScript and at the time don't want to dive into someone else's code to add the missing feature. I wanted to see if there is already a table out there that does all three functions I need. Thank you very much.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

岁月苍老的讽刺 2024-12-18 12:20:44

来自其网站的 DataTable 行选择示例:

单行

具有页面内存的多行

DataTable row selection examples from their site:

Single Row

Multiple Rows with Page memory

烂柯人 2024-12-18 12:20:44

尝试 jqGrid。它是免费的,它有非常好文档,优秀的工作示例,您可以在其中看到所有正在运行的功能。它具有您想要的所有功能以及更多功能。

Try jqGrid. It's free, it has very good documentation, excellent working examples where you can see all the features in action. It has all functions you want and many more.

心凉 2024-12-18 12:20:44

我认为 Sencha 的 EXT js 将为您提供您正在寻找的一切,但它不是免费的。 http://dev.sencha.com/deploy /ext-4.0.2a/examples/grid/multiple-sorting.html

I think Sencha's EXT js will give you everything you're looking for but it's not free. http://dev.sencha.com/deploy/ext-4.0.2a/examples/grid/multiple-sorting.html

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