gristlabs/grist-core

UX: It's hard to read the column name when cropped

オープン

#543 opened on 2023/06/22

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (168 件のフォーク)batch import
good first issuegouv.fr

Repository metrics

Stars
 (3,613 個のスター)
PR merge metrics
 (平均マージ 11d 9h) (30d で 47 merged PRs)

説明

I noticed that the column name, when they are cropped, are hard to be identified unless we expand the width. 2023-06-22_08-05

However, sometimes it does not make sense to expand the column width, as the values are just simple values (numbers, boolean checkboxes).

I am not sure how to solve this. Here are some options I have in mind:

  • add a tooltip in the column name so we can have the full name on demand (probably not mobile-friendly);
  • allow the user to expand the height of the header, so the column name is rendered on several lines;

What do you think?

コントリビューターガイド