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
Hopefully I'll be able to post a minimal reproducible example soon, but it should be easy to recreate. Just have a multi-line string as one of the cell values and include tabs in some of the lines.
Thanks for the great crate! As a stop-gap measure I just replaced the tabs with spaces when displaying the table.
The text was updated successfully, but these errors were encountered:
This crate uses unicode-width to calculate display width of a string and it has an open issue for this: unicode-rs/unicode-width#6
I'm not sure there's a good workaround right now other than replacing tabs with spaces. Other crates which depend on unicode-width also have the same issue.
Hopefully I'll be able to post a minimal reproducible example soon, but it should be easy to recreate. Just have a multi-line string as one of the cell values and include tabs in some of the lines.
Thanks for the great crate! As a stop-gap measure I just replaced the tabs with spaces when displaying the table.
The text was updated successfully, but these errors were encountered: