Open robinkrahl opened 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.
TableViewItem::to_column
String
I second this suggestion
Currently,
TableViewItem::to_column
returns aString
. 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.