具有多个分组的 Javascript 网格

发布于 2024-11-16 23:45:37 字数 274 浏览 8 评论 0原文

我想知道是否有其他 javascript 组件可以提供具有多个分组的网格表示。下面是我扩展以允许该功能的 jqGrid 的屏幕截图,但它需要获取所有数据。我希望在扩展分组时加载数据。

jqGrid 的屏幕截图 另一个修改过的 jqGrid 会很好,因为它是我们在项目中使用的:)

I would like to know if there are other javascript components that provide presentation of grid with multiple groupings. Below is a screenshot of jqGrid I extended to allow the feature however it needs all the data to be fetched. I would like that data would be loaded when the grouping is expanded.

Screenshot of jqGrid
Another modified jqGrid would be nice since it is what we've been using in our project :)

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

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

发布评论

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

评论(3

往事随风而去 2024-11-23 23:45:37

是的,Datatables 在这方面做得非常好。

有关如何显示/隐藏详细信息的教程位于此处

我强烈推荐 Datatables,因为在尝试了几乎所有 jQuery 和 YUI 解决方案之后,我意识到它具有更多功能、更好的支持以及我发现的最好的 Ajax 操作。作为一个巨大的好处,它具有 ThemeRoller 功能,这意味着我可以在短短几分钟内重新设计我的应用程序,这使得该操作非常有利可图。

Yep, Datatables does this really well.

The tutorial on how to do the show/hide details is here

I strongly recommend Datatables because after trying nearly every jQuery and YUI solution out there I've realized that it has more features, better support, and the best Ajax operation I've found. As a strong bonus, it's ThemeRoller capable, which means that I can re-skin my apps in just minutes, which has made that operation incredibly profitable.

失与倦" 2024-11-23 23:45:37

ShieldUI 的 Grid 也可以做到这一点 - 它具有灵活的分组层次结构支持 和许多其他奇特的选项。

与其他解决方案相比,它是一个非常实惠的解决方案,并且还附带一整套其他有用的 UI 小部件库,用于图表、编辑、布局等。

ShieldUI's Grid can also do this - it has flexible grouping, hierarchy support and and many other fancy options.

It is a very affordable solution compared to others and also comes with a whole library of other useful UI widgets for charting, editing, layout, etc.

咆哮 2024-11-23 23:45:37

我知道一个与上述网格类似的免费组件 - TreeTable。它提供了具有多个分组的网格的表示: http://docs.webix.com/样本/15_datatable/30_treetable/14_colspan.html。此外,它还具有动态加载功能。

I know one free component that is similar to the above described grid - TreeTable. It provides presentation of grid with multiple groupings: http://docs.webix.com/samples/15_datatable/30_treetable/14_colspan.html. Moreover, it has a dynamic loading feature.

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