-
Hi, Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
cderv
Mar 24, 2023
Replies: 2 comments 4 replies
-
Hi, yes, using HTML/CSS. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Leveraging Bootstrap feature getbootstrap.com/docs/4.0/content/tables/#responsive-tables you can wrap your table in a div with Example at : #4942 (comment) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
aborruso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Leveraging Bootstrap feature getbootstrap.com/docs/4.0/content/tables/#responsive-tables you can wrap your table in a div with
.table-responsive
class.Example at : #4942 (comment)