comfy-table
comfy-table copied to clipboard
:large_orange_diamond: Build beautiful terminal tables with automatic content wrapping
### 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...
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...
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...
### 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`,...
### 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...
### 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...
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...
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...
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...