如何获取光滑网格中的列号
有没有办法获取 jquery slickgrid 列重新排序后更改的列的列号?
我想获取在 onColumnsReordered 事件中位置发生更改的列号
Is there a way to get the column numbers for the columns that got changed after column reorder for jquery slickgrid ?
I want to get the column number whose position got changed on onColumnsReordered event
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 .getColumns() 获取新的重新排序的列列表。如果您询问仅获取增量,则没有内置方法可以做到这一点。
You can use .getColumns() to get the new reordered column list. If you asking about just getting the deltas, there's no built-in way to do that.