Fixed #4950 - Datatable: Column resize expand mode and Stateful loses scroll

pull/4987/head
mertsincan 2023-12-20 11:29:06 +00:00
parent e0de315cfc
commit f06c2ea23a
1 changed files with 0 additions and 1 deletions

View File

@ -1780,7 +1780,6 @@ export default {
if (this.columnResizeMode === 'expand' && this.tableWidthState) {
this.$refs.table.style.width = this.tableWidthState;
this.$refs.table.style.minWidth = this.tableWidthState;
this.$el.style.width = this.tableWidthState;
}
if (ObjectUtils.isNotEmpty(widths)) {