Fixed #1311 - DataTable State: columnwidths are not restored correctly when using scrollable and resizableColumns props
parent
de8b8fc8d9
commit
5243d5ba00
|
@ -395,7 +395,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
if (this.scrollable && (this.scrollDirection !== 'vertical' || this.rowGroupMode === 'subheader')) {
|
if (this.scrollable && (this.scrollDirection !== 'vertical' || this.rowGroupMode === 'subheader' || !this.resizableColumns)) {
|
||||||
this.updateScrollWidth();
|
this.updateScrollWidth();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue