Loading a saved layout brought them back a few pixels wide, needing to be dragged open by hand. Restoring resets the widths, and the row-header columns are then sized from their header — which for row headers is a blank corner cell — so they measure as empty. A minimum rather than a fit. Fitting to content is the other extreme: each group_by level is its own column, so the first widens to its longest label and shoves the second rightwards, which is the spacing that read worse than the default. 130px leaves a reasonable default alone and only intervenes where a column came back unusable; anything already wider, whether dragged or recorded in a layout, is untouched. Applied after the initial load and after a layout restore — the two places that reset widths. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| vendor | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Oxc
- @vitejs/plugin-react-swc uses SWC
React Compiler
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
Expanding the ESLint configuration
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.