You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the contents of the table are more than terminal width, the rows overflow to multiple lines
when I tried to use it on this project slaweet/calcGithubMetrics@143db89
Expected behaviour
There should be a way to ensure this won't happen.
Not sure what should be the default wrapping and what other options can be provided, but the current behaviour definitely looks like a bug.
Note: I was trying to make the wrapping work with custom cell and skeleton props of Table, but I wasn't successful. Please let me know if there already is a way to do this.
The text was updated successfully, but these errors were encountered:
Current behaviour
When the contents of the table are more than terminal width, the rows overflow to multiple lines
when I tried to use it on this project slaweet/calcGithubMetrics@143db89
Expected behaviour
There should be a way to ensure this won't happen.
I would expect to be able to specify how wrapping should be handled - something like
<Box textWrap={...} >
https://github.com/vadimdemedes/ink#wrappingNot sure what should be the default wrapping and what other options can be provided, but the current behaviour definitely looks like a bug.
Note: I was trying to make the wrapping work with custom
cell
andskeleton
props ofTable
, but I wasn't successful. Please let me know if there already is a way to do this.The text was updated successfully, but these errors were encountered: