charmbracelet / charmbracelet/bubbles
Allow resizing tables like in lipgloss, while also be able to specify "default" widths for each column
- Dominant language
- Go
- Stars
- 8.9k
- Forks
- 457
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 5
Description
**Is your feature request related to a problem? Please describe.**
I would like to be able to resize my terminal and the table adjust to the width and height to it.
**Describe the solution you'd like**
I would like it to behave like described in [lipgloss table resizing](https://github.com/charmbracelet/lipgloss/blob/main/table/resizing.go).
**Describe alternatives you've considered**
I tried using the `WindowSizeMsg` to set the table height and width, but it's only changing the outer boarders and not the inner one, which is seperating the header and the rows.
I also considered using lipgloss table, but there I'm not able to specify a width for the columns.
Contributor guide
Assessment
This issue has not been assessed yet.