-
Notifications
You must be signed in to change notification settings - Fork 6
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
option for auto-width as per tibble and glimpse() #11
Comments
The number of rows is still limited by `paint_max_width`. You probably want
to set that to something higher (default is 60).
I don't enjoy the auto-width feature of `tibble`. I often have panes
temporarily open that take space from the terminal, so if I output
something during that time it'll be truncated, and it doesn't return to a
bigger size when I return the terminal pane to its 'normal' size.
If you set the `paint_max_width` to the normal size you like to have your
terminal, there's no worrying about the order in which you do things, the
output will always look right when you return your terminal to its normal size.
…On Mon, Mar 7, 2022, 14:15 albert-ying ***@***.***> wrote:
Hi, thank you for this cool package!
I noticed that even if I set paint_n_rows to a large number (e.g. 20),
the table is still cut at certain width with a ~ at the end, while there
is still a lot of space on the screen. Is it possible to let it just
"paint" until occupying the width of the screen(like default tibble does)?
Thank you!
[image: image]
<https://user-images.githubusercontent.com/59846322/156961649-a3e10768-b599-478e-ab3b-7de26035aca2.png>
—
Reply to this email directly, view it on GitHub
<#11>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMIQOS7DCKYCEHSXMVRAT3U6VYFLANCNFSM5QCB2LXA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you for the reply! It works now. Still think it would be good to have an auto-width feature as an option that can be set by the user tho. It would be easier for people that already used to |
Alright, well let's leave this open as an issue for that then. |
MilesMcBain
changed the title
option for auto-width as per tibble and glimpse()
Mar 9, 2022
paint_n_rows
is not respected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thank you for this cool package!
I noticed that even if I set
paint_n_rows
to a large number (e.g. 20), the table is still cut at certain width with a~
at the end, while there is still a lot of space on the screen. Is it possible to let it just "paint" until occupying the width of the screen(like default tibble does)? Thank you!The text was updated successfully, but these errors were encountered: