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

[Table] add "Number" type cell #296

Closed
kiaking opened this issue Jun 6, 2023 · 0 comments · Fixed by #298
Closed

[Table] add "Number" type cell #296

kiaking opened this issue Jun 6, 2023 · 0 comments · Fixed by #298
Assignees
Labels
enhancement New feature or request

Comments

@kiaking
Copy link
Member

kiaking commented Jun 6, 2023

Add TableCellNumber type. This type is different from TableCellText in terms of:

  • It may have format option (1000 -> 1,000).
  • It makes font mono space to align with all other records.
    • To do this, set css font-feature-settings: "tnum". This will make all numbers have mono space width. This is feature of Inter font.

Other than above, it should extend all other options from TableCellText.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant