bashbunni
bashbunni
If the table's rows are not set before Offset, it does nothing. This makes sense, but should be noted in the GoDoc This works: ```go table := New(). Rows(rows...). Offset(80)....
there are no tests covering layouts - would be great peace of mind
Might help to make sure that external contributions are consistent
Gives a jumping off point for new users with some context on what it is + how it works. Lmk thoughts
Related: * https://github.com/charmbracelet/bubbles/pull/772 * https://github.com/charmbracelet/lipgloss/pull/526 * https://github.com/charmbracelet/lipgloss/pull/512 This includes a runnable example of the updated table bubble. You will need to replace the `bubbles` and `lipgloss` modules with the branches...
## Action Items - [ ] remove TODOs from code - [ ] textinput has duplicate Width functions - [ ] glamour example needs formatting - [ ] `TestApp` disabled...
uses Lip Gloss table to render the table. Also allows users to create bubbles tables from existing Lip Gloss tables. - Depends on https://github.com/charmbracelet/lipgloss/pull/512 - Depends on https://github.com/charmbracelet/lipgloss/pull/526 - Runnable...
Things to tidy up before launch - [x] remove custom renderers from docs #507 - [ ] review bug reports in Lip Gloss to determine what might be fixed in...
For the record, it's the same behaviour in `v1`, so not like it's broken in `v2`, it just never worked >.
This allows users to modify existing `Trees`. In the current version of this table, there is no way to change existing children outside of adding a new child with `Tree.Child()`....