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.
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.