-
I would like to render a table with only rows and no column header row. If I omit Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
donovan
Aug 7, 2022
Replies: 1 comment
-
Worked it out: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
donovan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Worked it out:
table = Table(show_header=False)
. I saw that option but did not realize it referred to the column header line.