BonsaiDen / cursive_table_view

A basc table view compnent for cursive.
Apache License 2.0
49 stars 23 forks source link

Support styled table columns #30

Open robinkrahl opened 3 years ago

robinkrahl commented 3 years ago

Currently, TableViewItem::to_column returns a String. It would be convenient to be able to add some style to the string, or maybe even to be able to use an arbitrary view instead.

Pikrass commented 1 month ago

I second this suggestion