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

<table> avoid text wrapping #171

Closed
Zerocchi opened this issue Oct 9, 2019 · 5 comments
Closed

<table> avoid text wrapping #171

Zerocchi opened this issue Oct 9, 2019 · 5 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Zerocchi
Copy link

Zerocchi commented Oct 9, 2019

Is there any way for the plugin to parse <table> tag without wrapping the text? Currently the text is wrapped according to screen width, thus creating new line.

Screenshot 2019-10-09 at 4 36 40 PM

I don't want the text to wrap so there will be no ugly newlines, and I also want to be able to scroll horizontally in case the text went outside the screen width. How to achieve such feat?

Thanks!

@Sub6Resources Sub6Resources added bug Something isn't working default-parser labels Oct 11, 2019
@Sub6Resources Sub6Resources added this to the 1.0.0 milestone Oct 11, 2019
@Sub6Resources Sub6Resources self-assigned this Oct 11, 2019
@Sub6Resources
Copy link
Owner

I'm currently working on refactoring support for <table> (see #122) so I'll be sure to keep this in mind while I do so.

@ryan-berger
Copy link
Collaborator

@Zerocchi Is this still a problem or has it been fixed by 1.0.0?

@Zerocchi
Copy link
Author

@ryan-berger I'll update tomorrow morning and let you know. Thanks!

@Zerocchi
Copy link
Author

@ryan-berger I am able to scroll horizontally and the text doesn't get wrapped anymore when I wrap the widget with SingleChildScrollView with Axis.horizontal as scroll direction. I guess my problem is solved now.

@ryan-berger
Copy link
Collaborator

@Zerocchi I'll close this then. This seems like it is working correctly.

If you feel like there needs to be a change, please reopen the issue and we can discuss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants