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

feat: adds an option to write the dump as an expanded table #8

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

tcortega
Copy link
Contributor

Essentially solves issue #3 by allowing users to specify whether or not to disable column wrapping in the Table Config, and also specify whether or not to output an expanded table.

closes #3

@MoaidHathot MoaidHathot merged commit a4bcb55 into MoaidHathot:main Jul 11, 2023
@MoaidHathot
Copy link
Owner

Thanks @tcortega, great work :)
Unfortunately, this change alone is not enough. #3 isn't fully resolved, and in some cases this change can produce a new bug when NoWrapping is enabled but there is not enough place to output the Table, therefore ... is outputted instead.
In order for #3 to be resolved, we should use a custom IAnsiConsoleOutput and specify big enough Width/Height values, since the defaults are DefaultTerminalWidth which are very small (80 pixels).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question: Is there a way to disable line wrapping?
2 participants