Fixed #4950 - Datatable: Column resize expand mode and Stateful loses scroll
parent
e0de315cfc
commit
f06c2ea23a
|
@ -1780,7 +1780,6 @@ export default {
|
||||||
if (this.columnResizeMode === 'expand' && this.tableWidthState) {
|
if (this.columnResizeMode === 'expand' && this.tableWidthState) {
|
||||||
this.$refs.table.style.width = this.tableWidthState;
|
this.$refs.table.style.width = this.tableWidthState;
|
||||||
this.$refs.table.style.minWidth = this.tableWidthState;
|
this.$refs.table.style.minWidth = this.tableWidthState;
|
||||||
this.$el.style.width = this.tableWidthState;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ObjectUtils.isNotEmpty(widths)) {
|
if (ObjectUtils.isNotEmpty(widths)) {
|
||||||
|
|
Loading…
Reference in New Issue