Table not showing.
#1254
-
I dont know what I am missing here but both table is not showing
|
Beta Was this translation helpful? Give feedback.
Answered by
kkoreilly
Oct 12, 2024
Replies: 1 comment
-
Try adding this code; otherwise the tables don't get the space they need: vFrame1.Styler(func(s *styles.Style) {
s.Direction = styles.Column
s.Grow.Set(1, 0)
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
heejit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try adding this code; otherwise the tables don't get the space they need: