禁用 SlickGrid 中的滚动

发布于 2024-11-30 17:54:22 字数 75 浏览 1 评论 0原文

这可能听起来很疯狂,但我想阻止在 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 技术交流群。

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

发布评论

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

评论(1

叹梦 2024-12-07 17:54:22

是的。

将网格的 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.

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