bubbles icon indicating copy to clipboard operation
bubbles copied to clipboard

Feature Request: Table

Open derricw opened this issue 3 years ago • 4 comments

I am loving this project, but one thing that keeps me from replacing tview is the lack of a table widget. It would be like a list widget but 2d and track cell selection.

derricw avatar Jan 27 '22 19:01 derricw

Hey, I ran into the same want and ended up writing one for myself here as a starting point: https://github.com/Evertras/bubble-table (edit: this has turned into quite a larger project now, check it out!)

Evertras avatar Feb 12 '22 02:02 Evertras

This repo also has a great table layout https://github.com/dlvhdr/gh-dash

bashbunni avatar May 23 '22 22:05 bashbunni

I’d like to implement this. @maaslalani could you help me if I need it.

wesleimp avatar Jun 14 '22 21:06 wesleimp

@wesleimp Yep! For sure! Check out https://github.com/calyptia/go-bubble-table and https://github.com/Evertras/bubble-table for references. And, ping me on Slack (https://charm.sh/slack) if there's anything you need help with 😄

maaslalani avatar Jun 14 '22 21:06 maaslalani

Table is now implemented thanks to @wesleimp https://github.com/charmbracelet/bubbles/tree/master/table

maaslalani avatar Aug 17 '22 22:08 maaslalani