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

Remove padding from leading/trailing cells #31

Open
pronebird opened this issue Feb 12, 2023 · 1 comment
Open

Remove padding from leading/trailing cells #31

pronebird opened this issue Feb 12, 2023 · 1 comment

Comments

@pronebird
Copy link

Hi,

I am printing a table without any particular style, configured with blank border and separator:

table
  .border(Border::builder().build())
  .separator(Separator::builder().build()),

Problem is it seems that the output of the leading and trailing cell is padded with whitespace. Is it possible to drop that whitespace and print text end to end?

I have tried to use customize_fn on the leading cell and set zero padding but that does not seem to help.

@devashishdxt
Copy link
Owner

Unfortunately, there's no way to this this right now. But, I can try to add support for this over the weekend.

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

2 participants