console.table
console.table copied to clipboard
Feature request: Right alignment
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 %