bubble-table icon indicating copy to clipboard operation
bubble-table copied to clipboard

A customizable, interactive table component for the Bubble Tea framework

Results 31 bubble-table issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the great library! I've noticed that when using flex columns if I resize my terminal then some table artifacts appear on the screen. Any idea on how...

Hello -- awesome library. I'm looking to use this with `tea.WithAltScreen()`, however I'm struggling to figure out the best approach to have the table expand to fill the entire height....

enhancement

table row support mouse hover and mouse click event

enhancement

How to implement a cell with multi-line ? when I added a new line in text like `some text\n some other text`, it appeared like this `some text...`

enhancement

I am trying to add hyperlinks to my `bubble-table`, but OSC 8 hyperlinks don't work when inside the table. I am using this function to create the link: ``` func...

bug

We have row selection, but not cell selection. We should be able to move left/right to highlight a specific cell and make that information available to parent components in the...

enhancement

Address https://github.com/Evertras/bubble-table/issues/130 A little context (copied and pasted from the issue): What I found so far is this line. `cellStyle` is built by coping `rowStyle`  and `inherit` a `column.style` ```...

I wonder if it's possible to set flexible Max page size of the table, which changes with every terminal height resize.. is this possible? Could be a really nice feature....

I want to pad my cell data with a space on both the left and the right. This is because in many terminals, double-clicking on the text of a cell...

bug

Supplying an emoji to the `WithSelectedText` function creates the column, but does not set the width properly and it's truncated. We should be using a smarter width function for the...

bug
good first issue