瀏覽代碼

表格列缓存机制

yuliang 3 年之前
父節點
當前提交
43892b4282
共有 1 個文件被更改,包括 12 次插入12 次删除
  1. 12 12
      src/controls/grid.js

+ 12 - 12
src/controls/grid.js

@@ -402,18 +402,18 @@ export default function () {
                         return false;
                     }
                 },
-                columnmove(sender, column, fromIndex, toIndex, eOpts) {
-                    this.setColumnConfigCache()
-                },
-                columnhide(sender, column, eOpts) {
-                    this.setColumnConfigCache()
-                },
-                columnshow(sender, column, eOpts) {
-                    this.setColumnConfigCache()
-                },
-                columnresize(sender, column, width, eOpts) {
-                    this.setColumnConfigCache()
-                },
+                // columnmove(sender, column, fromIndex, toIndex, eOpts) {
+                //     this.setColumnConfigCache()
+                // },
+                // columnhide(sender, column, eOpts) {
+                //     this.setColumnConfigCache()
+                // },
+                // columnshow(sender, column, eOpts) {
+                //     this.setColumnConfigCache()
+                // },
+                // columnresize(sender, column, width, eOpts) {
+                //     this.setColumnConfigCache()
+                // },
                 destory() {
                 },
             })