Nahiyan Kamal
Nahiyan Kamal
- you are also mentioning to have a special chat based on which lines will be splitted. Missed that point. Gotta check that out as well
On another thought this is a printing/viewing tool and not a calculation tool to make stats. If this to be used as excel then the main purpose **Fast and Lightweight...
:tada: This issue has been resolved in version 2.11.1 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/console-table-printer/v/2.11.1) - [GitHub release](https://github.com/ayonious/console-table-printer/releases/tag/v2.11.1) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
This has been fixed in 2.11.1
Interesting idea! Lets create a function called renderRaw and get output from that. Feel free to open a PR
With this following feature no more special char would be printed which is lot better than having broken CI views. https://console-table.netlify.app/docs/doc-no-ascii I wont consider this completely fixed but at least...
Using something like this should mean that the table has empty headers: ``` const table = new Table({ title: 'Bundle (BUNDLENAME)', columns: [ { name: 'Weapon', title: 'WEWWWW' }, {...
> Another config I am thinking of is border: false to print table without borders. You should also be able to achieve this using the border symbols set to ''...
In latest release this case has been handled 
This could be a good regex to use to strip all special chars. Needs some testing though https://github.com/ayonious/console-table-printer/blob/master/src/utils/console-utils.ts#L5