How to horizontally center a table? align="CENTER" is not working for me #1304
Unanswered
DerekRobin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering how to horizontally center a table on the page? I know about the
align
parameter that can be passed when instantiating a table. However, for some reason passingalign="CENTER"
does not align the table to the center of the page.I have included the code I am using to generate the table below from a pandas dataframe (df)
Beta Was this translation helpful? Give feedback.
All reactions