scope inside put_tabs #606
Unanswered
StarsExpress
asked this question in
Q&A
Replies: 1 comment
-
Yes, you can, use put_tabs([
{'title': 'tab1', 'content': put_scope('t1')},
{'title': 'tab2', 'content': put_scope('t2')},
{'title': 'tab3', 'content': put_scope('t3')},
]) Then you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For put_tabs, is it possible to put scopes of tables inside each tab, and update table values if needed?
Beta Was this translation helpful? Give feedback.
All reactions