【发布时间】:2022-07-18 17:24:29
【问题描述】:
当你重新排序 **columns** 然后表列重新排序但列数组显示旧序列,所以这里你没有得到更新的列列表序列,但在答案部分你可以得到更新的列列表
columnReorder: function(options) {
let afterReorderColumns = options.columns; // that is showing old sequence
}
【问题讨论】:
标签: vue.js telerik-grid columnsorting