Maciej Więcek
Maciej Więcek
@meowgorithm @muesli i do not who to ping
In my free time, I will incorporate reflow and check the outcome
It looks ok: But it messes up with movement. My assumptions lay in the viewport.YOffset but I have a hard time understanding what is going on in MoveDown and MoveUp...
What I found so far is this line. `cellStyle` is built by coping `rowStyle` and `inherit` a `column.style` ``` func (m Model) renderRowColumnData(row Row, column Column, rowStyle lipgloss.Style, borderStyle lipgloss.Style)...
Okay, it may be tricky because `GetPadding` and `GetMargins` return values or 0 if a property is not set. Creating a simple if statement as I did may result in...
https://github.com/charmbracelet/lipgloss/pull/71 😆
It came out that we *cannot* set paddings and margins in base style because it breaks the layout `PaddingRight(10)` `MarginRight()` So my objects are invalid now, I am going to...
PR: https://github.com/Evertras/bubble-table/pull/160
Well, that's weird. I will hop on the debug in a spare time
We could apply the same pattern as bubbles.list. With the set size method it invokes updatePagination that handles it. Let me see what can I do about it