Bug Report
Steps to Reproduce:
Open the superstore example. Resize the first Sales column to be wide (or narrow). Flip to the 'untitled' tab, flip back. The Sales column is back to its auto-fit size.
After columns are manually resized, open debug JSON panel one can see that column sizes are not written into plugin_config/columns.
The only test I found looking at column width persistence is skipped in datagrid.spec.ts. I think maybe refactoring in 4.1 introduced a regression?
Expected Result:
I expect when user resizes a column manually the size to be retained and persisted.
Actual Result:
Columns revert to auto-fit sizes.
Environment:
Bug Report
Steps to Reproduce:
Open the superstore example. Resize the first Sales column to be wide (or narrow). Flip to the 'untitled' tab, flip back. The Sales column is back to its auto-fit size.
After columns are manually resized, open debug JSON panel one can see that column sizes are not written into plugin_config/columns.
The only test I found looking at column width persistence is skipped in datagrid.spec.ts. I think maybe refactoring in 4.1 introduced a regression?
Expected Result:
I expect when user resizes a column manually the size to be retained and persisted.
Actual Result:
Columns revert to auto-fit sizes.
Environment: