-
DescriptionHi,
In pandas dataframe I can apply bootstrap classes, running something like
Is there a way to apply bootstrap classes to obeservable Inputs.table? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
aborruso
Aug 14, 2023
Replies: 1 comment 1 reply
-
The solution is to use "classes" parameter, but Is it normal? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aborruso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution is to use "classes" parameter, but
table-bordered
andstriped
do not work.small
works.Is it normal?