console.table icon indicating copy to clipboard operation
console.table copied to clipboard

Feature request: Right alignment

Open renatomariscal opened this issue 6 years ago • 0 comments

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 %

renatomariscal avatar Jun 25 '18 21:06 renatomariscal