We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(9)
我还没有研究过 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.
我投票给jqGrid,我发现它真的很容易使用,而且看起来很棒。
I cast my vote for jqGrid, I found it really easy to use, and it looks great.
我推荐 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.
Kendo UI 轻松击败了这两方面。
http://demos.kendoui.com/web/grid/editing-inline.html
Kendo UI beats both of these hands down.
http://demos.kendoui.com/web/grid/editing-inline.html
DataTables 看起来很有前途。似乎功能强大且灵活
http://www.datatables.net/examples/
DataTables looks promising. seems to be powerful and flexible
http://www.datatables.net/examples/
Handsontable:一个类似于 Excel 的简约数据网格编辑器,适用于 HTML、JavaScript 和jQuery
http://handsontable.com/
Handsontable: A minimalistic Excel-like data grid editor for HTML, JavaScript & jQuery
http://handsontable.com/
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.
您可能还想查看 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.
我推荐 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/.