You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The datatable is configured to be stateful, column resizable to "expand" and horizontally scrollable.
The problem is that after resizing the columns and reloading the page, the columns are not restored to modified widths. Also the table would overflow the container box which is not expected.
klsl2008
changed the title
Datatable: Stateful, resizable, scrollable table could restore column widths property
Datatable: Stateful, resizable, scrollable table could not restore column widths property
Dec 8, 2022
klsl2008
changed the title
Datatable: Stateful, resizable, scrollable table could not restore column widths property
Datatable: Stateful, resizable, scrollable table could not restore column widths properly
Dec 8, 2022
Describe the bug
The example is a modified version of "Horizontal and Vertical with Footer" in official website: https://primefaces.org/primevue-v2/#/datatable/scroll
The datatable is configured to be stateful, column resizable to "expand" and horizontally scrollable.
The problem is that after resizing the columns and reloading the page, the columns are not restored to modified widths. Also the table would overflow the container box which is not expected.
Reproducer
https://codesandbox.io/s/primevue2-stateful-scrollable-resizable-datatable-yj23h2?file=/src/App.vue
PrimeVue version
2.10.1
Vue version
2.x
Language
ES6
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
Note: You can press "Reset State and Reload" to retry from step 1.
Expected behavior
The text was updated successfully, but these errors were encountered: