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.autoResizeColumns() #221

Open
Daniel-Ax opened this issue May 17, 2022 · 1 comment
Open

table.autoResizeColumns() #221

Daniel-Ax opened this issue May 17, 2022 · 1 comment

Comments

@Daniel-Ax
Copy link

This function does not what it should do
I call it but the column size remains

@Beercow
Copy link

Beercow commented Sep 14, 2022

The maxcellwidth defaults to 300. You need to change that to a larger number as well.
Example:
pt = Table(maxcellwidth=1500)

Then you can call pt.autoResizeColumns()

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