|
@@ -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() {
|
|
|
},
|
|
|
})
|