Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Percent checked/unchecked summary label takes too much space #1073

Open
dctremblay opened this issue Nov 9, 2024 · 0 comments
Open

Percent checked/unchecked summary label takes too much space #1073

dctremblay opened this issue Nov 9, 2024 · 0 comments

Comments

@dctremblay
Copy link

dctremblay commented Nov 9, 2024

Describe the bug
Given a column having a small width, when selecting the summary "percent checked/unchecked", then we only see the label and not the value.

To Reproduce

  1. Create a checkbox column
  2. Give it a small width
  3. Set "percent checked" summary type
  4. See that the value isn't visible

Expected behavior
Be able to see the value of the summary, here are 2 quick solutions :

  • use acronyms and symbols, e.g. % checked/unchecked, Avg, etc.
  • having summary cells take 2 lines:
    • value: top
    • label: bottom, smaller

Screenshots
image

** Client (please complete the following information):**

  • OS: Kubuntu 22.04
  • Browser: Chrome 129
  • Version: 1.5.0-alpha+build.651

Platform (Please tell us which deployment version you are using)
docker-compose ghcr.io/teableio/teable:latest

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

No branches or pull requests

1 participant