Skip to content

Commit

Permalink
Fixed #4950 - Datatable: Column resize expand mode and Stateful loses…
Browse files Browse the repository at this point in the history
… scroll
  • Loading branch information
mertsincan committed Dec 20, 2023
1 parent e0de315 commit f06c2ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/lib/datatable/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit f06c2ea

Please sign in to comment.