Update HeaderCell.vue

pull/2623/head
Tuğçe Küçükoğlu 2022-06-02 16:56:38 +03:00
parent a227c5ec7a
commit a971f79876
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ export default {
styleObject: {}
}
},
mounted() {console.log(this.reorderableColumns)
mounted() {
if (this.columnProp('frozen')) {
this.updateStickyPosition();
}