如何冻结/阻塞色谱柱?
水平滚动时可以冻结列吗?
更确切地说,这些列在滚动时应该是固定的。
Can I freeze columns when scrolling horizontally?
More exactly these columns should be fixed when scrolling.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为可以添加一个位于左侧的克隆网格,仅显示需要冻结的列。由于它将是相同的网格,因此所有事件也将在克隆的网格上可用。
I think a cloned grid can be added that resides on the left showing only the columns that are required to be frozen. Since it's going to be the same grid all the events will be available on the cloned grid also.
@jlynch7 拥有我发现的最强大的冻结列实现。您可以在这里看到一个工作示例: http://jlynch7.github.io /SlickGrid/examples/example-frozen-columns.html
@jlynch7 has the most robust implementation of frozen columns that I've found. You can see a working example here: http://jlynch7.github.io/SlickGrid/examples/example-frozen-columns.html