从 YUI Datatable 迁移到 Jquery Datatable 时的提示
到目前为止,我使用 YUI Datatable 来呈现我的所有记录...... 由于 Jquery 现在非常流行,而且比 YUi 更轻量级,所以我决定使用它...
- 从 YUI 迁移时的学习曲线是什么 到jquery?
- 有关 Jquery Datatable 的提示和技巧?
- 我可以在jquery数据表中配置分页器吗?
I thus far used YUI Datatable to render all my records...
Since Jquery is very popular nowdays and a lightweighter one than YUi, I've decided to use it...
- What are the Learning curves when moving from YUI
to jquery? - Tips and tricks about Jquery Datatable?
- Can I configure paginator in jquery datatable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
学习曲线:您应该发现 jQuery 可能比 YUI 更简单。这实际上取决于您想要做什么。也就是说,您需要的表和处理有多复杂。最简单的 jQuery 数据表只需要一行代码即可创建。由于您已经熟悉 YUI,所以我认为您在使用 jQuery 时不会遇到任何问题。
是的,您可以在 jQuery 数据表中配置分页器。
Learning curve: You should find that jQuery may be simpler than YUI. It really depends on what you are trying to do. That is, how complex are the tables and the processing that you require. At its simplest the jQuery datatable only needs a single line of code to create. Since you are already familiar with YUI I do not see any problem that you will have with jQuery.
And yes you can configure the paginator in jQuery datatable.
有关 Jquery Datatable 的提示和技巧?
尝试 datatables.net
我已经使用过它,它非常可配置,易于使用。
他们的网站上还有很多示例。
Tips and tricks about Jquery Datatable?
Try datatables.net
I have used it and it's very configurable, easy to use.
There are also lots of examples in their site.