Skip to content

perf(XS-46): Virtualize columns - #57

Merged
Bare7a merged 3 commits into
masterfrom
perf/XS-46-virtualize-columns
Jul 25, 2026
Merged

perf(XS-46): Virtualize columns#57
Bare7a merged 3 commits into
masterfrom
perf/XS-46-virtualize-columns

Conversation

@Bare7a

@Bare7a Bare7a commented Jul 25, 2026

Copy link
Copy Markdown
Owner

📝 What changed?

Added horizontal column virtualization (TanStack Virtual) to results and table-view grids so wide tables (100+ columns) only mount visible columns, matching existing row virtualization. Selection (Ctrl+A, full row/col) and copy stay index-based and are unaffected.


🧩 Change type

  • 🐛 Bugfix
  • ✨ Feature
  • ♻️ Refactor
  • 📝 Docs
  • 🛠️ Build / CI
  • 🔧 Other

🧠 Impact

  • 🎨 Frontend
  • 🧠 Backend
  • 🗄️ Database / SQL
  • 🖥️ Desktop (Wails / OS)
  • ⚙️ Tooling / CI
  • 🐾 Internal Only

📊 SQL impact (if relevant)

  • None
  • Query behavior changed
  • Schema / Migration
  • Import / Export

🧪 Tested

  • 🎨 Frontend (cd frontend && npm test)
  • 🧠 Backend (wails3 task test)
  • 🗄️ API E2E (wails3 task e2e:go:all)
  • 🖥️ UI E2E (wails3 task e2e:ui:all) - local only, not in CI
  • 💻 CI is sufficient

📌 Notes

New useGridColumnVirtualizer + spacer cells in GridTable / GridHeaderRow; keyboard focus scrolls columns into view before DOM focus.

@Bare7a
Bare7a merged commit 196d7da into master Jul 25, 2026
3 checks passed
@Bare7a
Bare7a deleted the perf/XS-46-virtualize-columns branch July 25, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant