Open siennathesane opened 2 months ago
Hey, I think this should be fixed by https://github.com/charmbracelet/lipgloss/pull/373 We have an open PR in bubbles as well to make it render using Lip Gloss table as well if that's of interest! https://github.com/charmbracelet/bubbles/pull/617
If you have any feedback on that one, please don't hesitate to let us know
Describe the bug
The
lipgloss.Table
rendering provides improper rendering in a few ways:Setup Please complete the following information along with version numbers, if applicable.
rio
&iterm
en_US.UTF-8
, default for macOS.To Reproduce Steps to reproduce the behavior:
Unfortunately, I can't share the code that's rendering the table, only the table component itself. You can render the table as the only thing rendered and still observe this behavior
Source Code
Here is the table component I built. It's pulled from
github.com/charmbracelet/bubbles.Table
, but modified to uselipgloss.Table
instead.Expected behavior
StyleFunc
should consistently highlight rowsScreenshots
https://github.com/user-attachments/assets/19d90fc2-0047-4935-87e1-ae44b7897944
Additional context
I've tested several different iterations and still end up with the same generalized results.