We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add TableCellNumber type. This type is different from TableCellText in terms of:
TableCellNumber
TableCellText
1000
1,000
font-feature-settings: "tnum"
Other than above, it should extend all other options from TableCellText.
The text was updated successfully, but these errors were encountered:
number
feat(table): add cell type number (#296) (#298)
5ff4ee7
close #296
kiaking
Successfully merging a pull request may close this issue.
Add
TableCellNumber
type. This type is different fromTableCellText
in terms of:1000
->1,000
).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
.The text was updated successfully, but these errors were encountered: