同类最佳的 JavaScript 数据表小部件/库

发布于 2024-11-03 06:03:45 字数 1539 浏览 0 评论 0原文

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

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

发布评论

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

评论(9

成熟的代价 2024-11-10 06:03:45

我还没有研究过 YUI3,但据我所知,它比 2 有了很大的改进。这听起来可能有些异端,但你有没有想过自己推出?我真的一直在研究 KnockoutJS,他们有一个带有分页的 DataGrid 的简单示例。我确信它可以很容易地扩展。 http://knockoutjs.com/examples/grid.html

我还使用过 jQuery DataTables生产环境。诚然,这是一个简单的用例,但似乎没有出现任何问题。

I haven't investigated the YUI3 yet but from what I hear it's vastly improved from 2. It might sound heretical but have you thought of rolling your own? I've really been digging KnockoutJS, and they have a simple example of a DataGrid with paging. I'm sure it could be extended pretty easily. http://knockoutjs.com/examples/grid.html

I've also used jQuery DataTables in a production environment. Admittedly, it was a simple use case but it didn't seem to present any problems.

流年里的时光 2024-11-10 06:03:45

我投票给jqGrid,我发现它真的很容易使用,而且看起来很棒。

I cast my vote for jqGrid, I found it really easy to use, and it looks great.

贪恋 2024-11-10 06:03:45

我推荐 Slickgrid,并远离 DataTables。在使用 DataTables 时,我在同步数据存储与视图时遇到了许多问题。我也不喜欢 API 界面上的匈牙利符号。看起来这没什么大不了的,但过了一段时间你就会明白了。

Slickgrid 是迄今为止我用过的最好的 jqGrid、Datatables 和 Slickgrid 中的一个。

编辑:在花了更多时间研究所有选项后,我最终修改了 SlickGrid 以隐藏一些细节并允许更多样式选项......

所以“修改的 slickgrid”最终成为我的选择。我对此非常满意,尽管我认为还有很大的竞争空间。

I recommend Slickgrid, and staying away from DataTables. In using DataTables, I ran into a number of problems syncing the datastore with the view. I also didn't like the hungarian notation on the API's interface. Doesn't seem like it would be a big deal, but it gets to you after a while.

Slickgrid has been the best I've used so far, out of jqGrid, Datatables and Slickgrid.

EDIT: after spending more time with all the options, I ended up modifying SlickGrid to hide some of the details and allow for more styling options...

So "modified slickgrid" ended up being my choice. Pretty happy with it, although I think there's lots of room for competition.

说不完的你爱 2024-11-10 06:03:45

DataTables 看起来很有前途。似乎功能强大且灵活

http://www.datatables.net/examples/

DataTables looks promising. seems to be powerful and flexible

http://www.datatables.net/examples/

站稳脚跟 2024-11-10 06:03:45

Handsontable:一个类似于 Excel 的简约数据网格编辑器,适用于 HTML、JavaScript 和jQuery

http://handsontable.com/

Handsontable: A minimalistic Excel-like data grid editor for HTML, JavaScript & jQuery

http://handsontable.com/

绮烟 2024-11-10 06:03:45

http://www.sencha.com/products/extjs/examples/#sample -2

ExtJS 网格是您想要研究的东西。 ExtJS 是一个很好的框架,他们刚刚发布,他们的 api 还相当完整,但一旦完成,我相信他们将是一流的。

http://www.sencha.com/products/extjs/examples/#sample-2

The ExtJS grid is something you want to look into. ExtJS is a nice framework, they just released and their api's are quite complete yet but once their done I'm sure they'll be top notch.

南薇 2024-11-10 06:03:45

您可能还想查看 Doby Grid:http://dobyjs.com/#grid
它基于 SlickGrid,但具有许多附加功能。

You may also want to check out Doby Grid: http://dobyjs.com/#grid
It's based on SlickGrid but with many additional features.

分分钟 2024-11-10 06:03:45

我推荐 Webix Datatale,因为它提供了上述所有功能。您可以在此处查看演示并了解更多相关信息:http://webix.com/widget/datatable/。

I'd recommend Webix Datatale as it provides all the above mentioned features. You can check the demo and read more about it here: http://webix.com/widget/datatable/.

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