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

Poor rendering for colSpan and rowSpan cells with empty chars #355

Open
dfoverdx opened this issue Feb 18, 2025 · 0 comments
Open

Poor rendering for colSpan and rowSpan cells with empty chars #355

dfoverdx opened this issue Feb 18, 2025 · 0 comments

Comments

@dfoverdx
Copy link

I'm trying to print a table without borders between rows where some cells have a colSpan = 2. I've set my chars values according to the documentation:

const table = new Table({
  head: [],
  chars: { mid: '', 'left-mid': '', 'right-mid': '', 'mid-mid': '' },
})

I end up with for each cell with a colSpan with no characters between them. As far as I can tell, there's no way to specify the character for inner column splits, so I end up with this.

Image

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

No branches or pull requests

1 participant