Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to have all table's columns default to wrap = "all" #476

Open
cbruno10 opened this issue Aug 27, 2024 · 0 comments
Open

Add ability to have all table's columns default to wrap = "all" #476

cbruno10 opened this issue Aug 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cbruno10
Copy link

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.

@cbruno10 cbruno10 added the enhancement New feature or request label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant