禁用 SlickGrid 中的滚动
这可能听起来很疯狂,但我想阻止在 SlickGrid 中滚动。我想始终显示所有数据,无论有多少行。这可以用 SlickGrid 实现吗?
This may sound crazy, but I'd like to prevent scrolling in SlickGrid. I'd like to always show all of the data, regardless of how many rows it is. Is this possible with SlickGrid?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。
将网格的 autoHeight 属性设置为 true。这将使网格达到所需的高度以包含所有行,而无需滚动。
Yes.
Set the autoHeight property of the grid to true. This will have the effect of making the grid as tall as necessary to contain all rows without requiring scrolling.