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

:large_orange_diamond: Build beautiful terminal tables with automatic content wrapping

Results 19 comfy-table issues
Sort by recently updated
recently updated
newest added

### A detailed description of the feature you would like to see added. I would like the means, e.g. a function on `Table`, to check if the natural width of...

t: feature

The current column handling is rather convenient, as columns get populated as rows and cells are added to the table. However, this logic is rather implicit. There's no way to...

t: enhancement
f: help wanted
t: discussion

The idea is to allow tables to displayed in **non** `Dynamic` mode, but truncate columns that don't fit into the width of the current table. I.e. if there's the terminal...

f: help wanted
t: feature

### A detailed description of the feature you would like to see added. I'd like a column constraint that lets me fill remaining width with a specific column. (Like `DynamicFullWidth`,...

f: help wanted
t: feature

### A detailed description of the feature you would like to see added. I'd like the ability to truncate column headers to the column width. ### Explain your usecase of...

f: help wanted
t: feature

### Describe the bug I've constructed a few tables-within-tables for some larger metric reports developed by our software. I've noticed that an inner table constructed with color attributes will throw...

t: bug

Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version. Release notes Sourced from rstest's releases. 0.21.0 Use crate-name feature to enable the crate rename support (enabled by default) Changelog...

t: dependencies
rust

Updates the requirements on [crossterm](https://github.com/crossterm-rs/crossterm) to permit the latest version. Changelog Sourced from crossterm's changelog. Version 0.28.1 Fixed 🐛 Fix broken build on linux when using use-dev-tty with (#906) Breaking...

t: dependencies
rust

Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version. Release notes Sourced from rstest's releases. Version 0.22.0 Destructuring input data Changelog Sourced from rstest's changelog. [0.22.0] 2024/8/4 Changed Now...

t: dependencies
rust