Describe the bug
running go run . in examples/table shows me a table with no rows.
Setup
Please complete the following information along with version numbers, if applicable.
- OS [e.g. Ubuntu, macOS]: Debian 13
- Shell [e.g. zsh, fish]: zsh
- Terminal Emulator [e.g. kitty, iterm]: kitty and whatever the zed integrated terminal is
- Terminal Multiplexer [e.g. tmux]: N/A
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/charmbracelet/bubbletea
cd bubbletea/examples/table
go run .
- observe lack of data
Source Code
link
Expected behavior
table shows data as depicted in the image in the readme for that example.
Screenshots

Additional context
Should I file this on charmbracelet/bubbles instead?
Describe the bug
running
go run .inexamples/tableshows me a table with no rows.Setup
Please complete the following information along with version numbers, if applicable.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/charmbracelet/bubbleteacd bubbletea/examples/tablego run .Source Code
link
Expected behavior
table shows data as depicted in the image in the readme for that example.
Screenshots

Additional context
Should I file this on charmbracelet/bubbles instead?