console-table-printer icon indicating copy to clipboard operation
console-table-printer copied to clipboard

🖥️ 🍭 Printing Pretty Tables on your console

Results 40 console-table-printer issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/49061/183145716-2a1a237c-fed5-4424-be2a-788c5eff17e0.png) ``` const { printTable } = require('./dist'); //Create a table const testCases = [ { index: 3, text: 'I would like some gelb bananen bitte', value: 100 }, {...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^28.1.8` -> `^29.0.3`](https://renovatebot.com/diffs/npm/@types%2fjest/28.1.8/29.0.3) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semantic-release](https://togithub.com/semantic-release/semantic-release) | [`^18.0.0` -> `^19.0.0`](https://renovatebot.com/diffs/npm/semantic-release/18.0.0/19.0.3) | [![age](https://badges.renovateapi.com/packages/npm/semantic-release/19.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Hey! I really appreciate your fantastic package! I use `render()` to get a string but it has come with ANSI escape codes like `[37m`. Is there any way to get...

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 18.0.0 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

The following code fails with the `Invalid count value when no rows` error. ```js import { printTable, Table } from 'console-table-printer'; const table = new Table({ title: 'Project folders', });...

released

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies