bahmutov / bahmutov/console.table
Feature request: Right alignment
- Dominant language
- JavaScript
- Stars
- 139
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
When working with numbers, usually they are better visualized with right-alignment;
Right now I have:
```
name numberA numberB percentage
------------- ------------------ ---------- ---------
activation 435754 440014 0.97 %
application 17768620 17928345 0.89 %
```
Would be nice to be configurable and/or to have number by default align to the right:
```
name numberA numberB percentage
------------- ------------------ ---------- ----------
activation 435754 440014 0.97 %
application 17768620 17928345 0.89 %
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.