makeplane / makeplane/plane

[improvement]: change column distribution priority for table view

Open
#7,111 1 comment 0 reactions 2 assignees View on GitHub

@vihar is already working on this.

Since May 23, 2025.

✨feature
Dominant language
TypeScript
Stars
59.6k
Forks
5.8k
Avg merge
1d 22h
Merged PRs (30d)
49

Description

Is there an existing issue for this?
  • I have searched the existing issues
Summary

The issue
When using the table view, the "State" column will always fill the available space, even though its content is often narrower than some of the other columns.

For instance: in the below screenshot, the State column is taking up almost half of the space on my ultrawide screen, but the Work Item titles are getting truncated and Work Items with more than 1 label only show "2 labels". I would much rather see the full titles or all labels than have all this whitespace in the State column.

Image

Suggested solution
Re-evaluate which column's should "grow" to fill the available space based on expected content length and information importance instead of defaulting to the State column.

I know the same problems were mentioned in #5359, but the suggested solution there is more complex.

Why should this be worked on?

It would make the table view much more useful if users wouldn't have to open Work Items to see all the labels or the full title of the Work Item.

Having a table view which consists of almost 50% whitespace on very wide viewports can also cause frustration for users (at least in my compnay), which can be avoided by changing which columns get to use the available space.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.