数据表停止运行此脚本错误
使用 jQuery.dataTables.js 时是否有任何方法可以消除“停止运行此脚本”错误? 仅当数据表中有超过 100 个条目时,才会在 IE 中出现这种情况。 我禁用了所有类型的排序,但仍然收到错误。
服务器端处理对我来说不是一个选择,因为解决方案应该尽可能简单。
除了 jQuery datatables 之外,还有其他可以渲染表格的插件吗?我正在使用 JSF 2.0
Is there any way to get rid of the Stop running this script error while using jQuery.dataTables.js?
This occurs only in IE when I have more than 100 entries in the data table.
I disabled all kinds of sorting but I still get the error.
Server side processing is not an option for me as the solution should be as simple as possible.
Is there any plugin other than jQuery datatables which can render a table. I'm using JSF 2.0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想您会发现关于 DataTables 导致 IE 停止运行的问题的最佳讨论已经在 jQuery DataTables 论坛上进行,而且实际上仍在继续。
http://datatables.net/forums/discussion/4739 /beating-the-ie-dead-horse/p1
话虽如此,您是否探索过
bDeferRender
选项?http://datatables.net/ref#bDeferRender
I think you'll find the best discussion for the issue of DataTables bringing IE to a halt has taken place, and indeed is still going forward, at the jQuery DataTables forum.
http://datatables.net/forums/discussion/4739/beating-the-ie-dead-horse/p1
That being said, have you explored the
bDeferRender
option?http://datatables.net/ref#bDeferRender