Evertras / bubble-table

A customizable, interactive table component for the Bubble Tea framework
MIT License
455 stars 27 forks source link

Cell selection #6

Open Evertras opened 2 years ago

Evertras commented 2 years ago

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 same way as the row.

jheroy commented 7 months ago

And cell edit function too

Evertras commented 7 months ago

I’m actually pretty wary of editing the underlying data, unfortunately. I’d rather enable that through exposing cell selection, and allow the table to receive new data with an edited version. Trying to edit the underlying data breaks the one way flow. At most I’d like to provide an example with that functionality demonstrated.