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 |
0 replies
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.
For put_tabs, is it possible to put scopes of tables inside each tab, and update table values if needed?
All reactions