pf_app
Row labels still did not fit, because the override was landing on the wrong column. restore_column_size_overrides maps the key "__ROW_PATH__" to index tree_header_offset - 1, which with two group_by levels is index 2 — the first data column. That column is the grand total, which the stylesheet hides, so pinning it changed nothing visible. The row labels are separate columns (rt-col-0 and rt-col-1 here, one per group_by level), so each is measured on its own and set by index through regular-table's saveColumnSizes / restoreColumnSizes, which are index-based and public. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| lib | ||
| public | ||
| routes | ||
| setup_sql | ||
| ui | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| install.sh | ||
| package-lock.json | ||
| package.json | ||
| PERSPECTIVE.md | ||
| pf_perspective_options.md | ||
| pf_spec.md | ||
| pf.sh | ||
| server.js | ||