Flexigrid 与 IE6 仅显示标题

发布于 2024-09-11 09:34:21 字数 266 浏览 3 评论 0原文

我将 flexigrid 与 jquery-1.2.3.pack.js 结合使用。它在 Firefox 中运行良好,但当我尝试 IE6 时,它只显示标题。

我发现了关于同一错误的讨论,它说要评论来自 flexigrid.js 的这一行:

if (p.width!='auto') g.gDiv.style.width = p.width + 'px';

尝试过这个,但它不显示网格。

I'm using flexigrid with jquery-1.2.3.pack.js. It works fine with Firefox but when I try IE6, it shows only headers.

I've found a discussion on the same bug, and it says to comment this line from flexigrid.js:

if (p.width!='auto') g.gDiv.style.width = p.width + 'px';

Tried with this but it dont show the grid.

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

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

发布评论

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

评论(1

半世蒼涼 2024-09-18 09:34:34

不知道为什么,但是再次下载 flexigrid.js 文件并注释上述行,效果非常好......在 ie6 上有点慢,但没有任何功能的错误。

Dont know why, but downloading again the flexigrid.js file and commenting the line as said above works perfectly... a bit slow on ie6, but no bugs to any feature.

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