Brandon Fulljames

Results 36 comments of Brandon Fulljames

> 👋 Sorry to revive an old thread, but I'd like to add my vote for setting a fixed height on the table. I think aesthetically option 3 would be...

It's less about the height of the table in this case, and more about how Bubble Tea itself renders text wrapping and leaves behind artifacts when it tries to redraw...

The other issue here is that there's no way to tell that "The first table entry, ever" and "This is a really, really..." are separate rows. I'm not sure if...

Released as v0.15.6, thanks to @prgres for the work here! It's been a while so I'll close this one myself, but feel free to reopen or create a new issue...

Apologies for the late reply on this, it slipped through my email and I haven't checked here for a little bit. I think the `StyledCell` approach is probably going to...

Taking a moment to play with this, want to see if there's some potential way to break it...

Unfortunately, this doesn't seem to work as expected for me, or for the #130 code sample. Using your branch I updated the [feature example column](https://github.com/Evertras/bubble-table/blob/main/examples/features/main.go#L56): ```go table.NewColumn(columnKeyDescription, "Description", 30).WithStyle( lipgloss.NewStyle().PaddingLeft(3),...

Are you still taking a look at this? If not I'd like to close for cleaning things up, but we can always reopen later.

Closing this for now for tidiness, but we can reopen again later if you dig back in.

Hey there, I'd definitely go with `WithPageSize` for this. You'll want to feed in the desired height yourself, which could be the height of the terminal or it could be...