pull/1281/head
Cagatay Civici 2021-05-17 17:43:23 +03:00
parent a6b8e831d5
commit 66ef0a5686
1 changed files with 2 additions and 2 deletions

View File

@ -388,7 +388,7 @@ export default {
}
},
mounted() {
if (this.scrollable && this.scrollDirection !== 'vertical') {
if (this.scrollable && (this.scrollDirection !== 'vertical' || this.rowGroupMode === 'subheader')) {
this.updateScrollWidth();
}
@ -409,7 +409,7 @@ export default {
this.saveState();
}
if (this.scrollable && this.scrollDirection !== 'vertical') {
if (this.scrollable && (this.scrollDirection !== 'vertical' || this.rowGroupMode === 'subheader')) {
this.updateScrollWidth();
}
},