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

Optionally remove type from heading #2116

Closed
MartinOtter opened this issue Feb 13, 2020 · 1 comment
Closed

Optionally remove type from heading #2116

MartinOtter opened this issue Feb 13, 2020 · 1 comment
Labels
help wanted This issue is up for grabs if someone is interested in working on it non-breaking The proposed change is not breaking
Milestone

Comments

@MartinOtter
Copy link

The printed table is sometimes nicer if the heading does not contain the type of the columns. Please, provide an option to not print the types:

Currently:

│ Row │ a     │ c_sum │
│     │ Int64 │ Int64 │
├─────┼───────┼───────┤
│ 1   │ 1     │ 6     │
│ 2   │ 2     │ 8     │
│ 3   │ 3     │ 10    │
│ 4   │ 4     │ 12    │

Proposed new option:

│ Row │ a     │ c_sum │
├─────┼───────┼───────┤
│ 1   │ 1     │ 6     │
│ 2   │ 2     │ 8     │
│ 3   │ 3     │ 10    │
│ 4   │ 4     │ 12    │
@bkamins bkamins added the non-breaking The proposed change is not breaking label Feb 13, 2020
@bkamins bkamins added this to the 2.0 milestone Feb 13, 2020
@bkamins bkamins added the help wanted This issue is up for grabs if someone is interested in working on it label Feb 25, 2020
@bkamins
Copy link
Member

bkamins commented Mar 21, 2020

Fixed by #2142

@bkamins bkamins closed this as completed Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted This issue is up for grabs if someone is interested in working on it non-breaking The proposed change is not breaking
Projects
None yet
Development

No branches or pull requests

2 participants