Nahiyan Kamal

Results 12 issues of Nahiyan Kamal

Originally started from this: https://github.com/ayonious/console-table-printer/issues/361 Im trying to find the best way to allow this. How would the input in this case look like? Should it be array or arrays...

enhancement

Currently if there are multiple line column (width limited column), it looks hard to detect separate rows. ![fish__Users_nahiyankamal_Desktop_ayonious_console-table-printer](https://user-images.githubusercontent.com/19285393/110245854-4b7f7200-7f65-11eb-936d-2ebe6da4c1df.png) Would be good to have a way to put a separator between...

enhancement

At end of each table we can print the av/sum of a column.

Needs Prioritization

## 👀What is this pr about? Added codecov support.

Following needs some clarification in the Doc: 1. https://github.com/ayonious/console-table-printer/issues/460 2. https://github.com/ayonious/console-table-printer/issues/438

Current tests are based on snapshots. Which means they were tested by looking and then kept that way to make sure if they dont work the snapshot will break. But...

Prioritized
Tech Debt

Currently Im using the exact same data to test almost eveything in the test. Best thing would be to update each data so that looking at the output its easy...

Prioritized
Tech Debt

This is a continuation of [this issue](https://github.com/ayonious/console-table-printer/issues/443). We need a way to create a sort order for columns in case both columns and calculatedColumns exist.

enhancement
Needs Prioritization

Currently this is only usable with commonJS. We need ECMA as well or ONLY ECMA