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

Como puedo cambiar la localizacion de la tabla en el eje x? #1024

Closed
fermin23 opened this issue Jan 17, 2024 · 2 comments
Closed

Como puedo cambiar la localizacion de la tabla en el eje x? #1024

fermin23 opened this issue Jan 17, 2024 · 2 comments

Comments

@fermin23
Copy link

I am trying to change the left margin that by default is added to the tables when they are created but I cannot do it in any way, I define the left margin at 0 but it continues to appear in each table that I create, I should be able to change that property at will but not how to do it

@mmghv mmghv added the question label Jan 18, 2024
@mmghv
Copy link
Collaborator

mmghv commented Jan 18, 2024

You can easily change the left margin:

autoTable(doc, {
  //
  margin: {left: 0},
})

Copy link

This issue will soon be closed since issues in this project are mainly meant to be bugs or feature requests. Questions are directed to stackoverflow.

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

No branches or pull requests

2 participants