[PR #3872] [MERGED] Allow the report table columns to grow to fill available space #5101

Closed
opened 2026-02-28 21:05:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3872
Author: @matt-fidd
Created: 11/21/2024
Status: Merged
Merged: 11/21/2024
Merged by: @matt-fidd

Base: masterHead: report-table-grow


📝 Commits (2)

📊 Changes

3 files changed (+8 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableHeader.tsx (+1 -0)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx (+1 -0)
upcoming-release-notes/3872.md (+6 -0)

📄 Description

I'll need someone with more experience here to tell me if/why this is a bad idea, but it fixes my problem of the first column being far too small for account names etc.

Before:
image

After:
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/3872 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 11/21/2024 **Status:** ✅ Merged **Merged:** 11/21/2024 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `report-table-grow` --- ### 📝 Commits (2) - [`5337cd7`](https://github.com/actualbudget/actual/commit/5337cd75f784e8f4cfe38d0a96c9290595822518) allow report table columns to grow to fit - [`3e96a73`](https://github.com/actualbudget/actual/commit/3e96a7366220b7203b3a6ec24b0403e83b3de1ad) note ### 📊 Changes **3 files changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableHeader.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx` (+1 -0) ➕ `upcoming-release-notes/3872.md` (+6 -0) </details> ### 📄 Description I'll need someone with more experience here to tell me if/why this is a bad idea, but it fixes my problem of the first column being far too small for account names etc. Before: ![image](https://github.com/user-attachments/assets/6bdda1cb-9fdc-4e6f-9080-1c768fa25fd2) After: ![image](https://github.com/user-attachments/assets/6ec880ff-6b98-451d-8799-446bb8835ebb) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:05:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5101