Hi,
Is it possible to create two table view as two tabs?
Hi,
Is it possible to create two table view as two tabs?
Hi @ecbilge ,
Hopefully this answers your question.
If you’re working without Steps / Pages you can just add multiple (table)views in your Controller and they will show up as separate views.
When working with Steps / Pages, you can use the views=['view1', 'view2'...]
to register multiple views to your Step or Page. Here view1 and view2 are two different (table)views in the Controller.
Rick
Thank you so much. I will try to use your solution. By the way, my question was about if it is possible to make two tables in same page as two tabs, but if not no problem
Let me know how that goes. If there’s functionality in the TableResult you’re missing, please let us know!
It would be handy to provide a screenshot / clear explanation on how you are envisioning this, as this might help improving our TableResult as well.