mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4950 - Datatable: Column resize expand mode and Stateful loses scroll
This commit is contained in:
parent
e0de315cfc
commit
f06c2ea23a
1 changed files with 0 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue