如何获取光滑网格中的列号

发布于 2024-11-18 11:14:57 字数 92 浏览 3 评论 0原文

有没有办法获取 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 技术交流群。

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

发布评论

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

评论(1

衣神在巴黎 2024-11-25 11:14:57

您可以使用 .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.

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