Auto height semantics for DataTable are not immediately obvious #3897
davetapley
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just spent ten minutes writing up issue for
DataTable
not supporting newlines in cells before realizing it is supported but:height=None
toadd_row
(because default is1
), and:add_rows
doesn't acceptheight
(and I've only ever usedadd_rows
so didn't know aboutheight
😞 ).Would PR be welcome to caution this in the docs, and add
height
toadd_rows
? 🙏🏻Beta Was this translation helpful? Give feedback.
All reactions