SlickGrid secondaryHeaderRow 同步调整大小
Hy,
It's there a way to make the SecondaryHeaderRow synchronous resizing when I resize a column in the HeaderRow ?
Here is the link to it http://li.ro/4bJw
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
secondaryHeaderRow 没有列 - 它只是一个面板。
您需要的是固定的标题行。
看看 https://github.com /mleibman/SlickGrid/blob/v2.0a/examples/example-header-row.html
SecondaryHeaderRow has no columns - it's just a panel.
What you need is a fixed header row.
Take a look at https://github.com/mleibman/SlickGrid/blob/v2.0a/examples/example-header-row.html