数据表停止运行此脚本错误

发布于 2024-12-29 04:54:28 字数 212 浏览 1 评论 0原文

使用 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 技术交流群。

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

发布评论

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

评论(1

紫瑟鸿黎 2025-01-05 04:54:28

我想您会发现关于 DataTables 导致 IE 停止运行的问题的最佳讨论已经在 jQuery DataTables 论坛上进行,而且实际上仍在继续。
http://datatables.net/forums/discussion/4739 /beating-the-ie-dead-horse/p1

话虽如此,您是否探索过 bDeferRender 选项?
http://datatables.net/ref#bDeferRender

“当您使用 Ajax 或 JS [强调已添加]表数据源时,延迟渲染可以为 DataTables 提供巨大的速度提升。”

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

"Deferred rendering can provide DataTables with a huge speed boost when you are using an Ajax or JS [emphasis added] data source for the table."

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