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

A flexible and intuitive table generator

Results 20 tty-table issues
Sort by recently updated
recently updated
newest added

### Describe the change What does this Pull Request do? Remove unused let statement ### Why are we doing this? cleaning up test suite ### Benefits How will the library...

### Describe the problem When tables contain a TTY::Link, the right margin is off. It seems that header width accounts for the text size when links are not supported (which...

bug

It would be great to add support for data saved in array of hash. Eg: ``` ruby users = [ { name: "Foo", city: "XYZ", admin: true }, { name:...

enhancement

### Describe the change It fixes an issue that happens by rotating to vertical and back providing no header described at piotrmurach/issues/35. ### Why are we doing this? It was...

N trailing columns are hidden when the table size exceeds the currently set width. I would assume that they should be vertically rendered as it is already happening with the...

Title says it all. Similar to https://github.com/tj/terminal-table .

I've been having a couple of issues with the `resize` feature and external pagers. When rendering an extra large table with `less`, one of the two happens: 1. When `resize:...

I'd like that to be a simple render option.

enhancement

When resize is set to false and the table rotate, how do I get a line between each row ? I am trying this table.render do |renderer| renderer.border.separator = :each_row...

bug

I want to separate rows by differ type. `portfolio_table

bug