Merge pull request #2623 from tugcekucukoglu/refactor

Update HeaderCell.vue
pull/2631/head
Tuğçe Küçükoğlu 2022-06-02 16:57:10 +03:00 committed by GitHub
commit f5b69133d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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