Flexigrid 与 IE6 仅显示标题
我将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不知道为什么,但是再次下载 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.