jQuery Flexigrid 设置固定高度
看来即使我设置了 Flexigrid 的高度,它仍然允许用户通过拖动来改变网格的高度。我怎样才能禁用这个功能?
It seems that even if I set the height for a Flexigrid, it still allows the user to alter the grid's height by dragging. How can I disable this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
创建 Flexigrid 时将
ressized: false
添加到属性中。Add
resizable: false
to the properties when creating the flexigrid.我求助于操纵 Flexigrid 代码。这容易多了。
I resorted to manipulating the Flexigrid code. It's a lot easier.