【问题标题】:how to get current sequence after reorder columns in kendo-vuejs如何在重新排序 kendo-vuejs 中的列后获取当前序列
【发布时间】:2022-07-18 17:24:29
【问题描述】:
当你重新排序 **columns** 然后表列重新排序但列数组显示旧序列,所以这里你没有得到更新的列列表序列,但在答案部分你可以得到更新的列列表 

columnReorder: function(options) {
 let afterReorderColumns = options.columns; // that is showing old sequence
}

【问题讨论】:

    标签: vue.js telerik-grid columnsorting


    【解决方案1】:
    这是答案:- 
    columnReorder:函数(选项){ 让 afterReorderColumns = options.target._columns; // 当前表序列 },

    【讨论】:

      猜你喜欢
      • 2022-01-16
      • 1970-01-01
      • 2013-01-14
      • 1970-01-01
      • 2016-04-28
      • 2019-02-22
      • 1970-01-01
      • 2015-09-16
      • 2011-10-03
      相关资源
      最近更新 更多