ink-table icon indicating copy to clipboard operation
ink-table copied to clipboard

📐A table component for Ink.

Results 34 ink-table issues
Sort by recently updated
recently updated
newest added

Hi, I'm struggling to render a nested component (``) into a cell. It seems that a cell should contain only a string or number. I took a look at the...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ink](https://togithub.com/vadimdemedes/ink) | [`3.2.0` -> `5.0.1`](https://renovatebot.com/diffs/npm/ink/3.2.0/5.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ink/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ink/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`16.14.61` -> `16.14.62`](https://renovatebot.com/diffs/npm/@types%2freact/16.14.61/16.14.62) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/16.14.62?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This improves support for emojis and non-latin languages. I've had to use an older version of `string-width`, since anything more recent uses ESM and we're not yet compatible with that...