Closed as not planned
Description
Is your feature request related to a problem? Please describe.
I'd like all of a table's columns to wrap but don't want to add a column
block for each column.
Describe the solution you'd like
A table level property to be able to set wrap
style.
It could be helpful if we could override per column too, e.g.,
column "do_not_wrap" {
wrap = "none"
}
Describe alternatives you've considered
Add a column
block per column.
Additional context
Add any other context or screenshots about the feature request here.