You have a repeating group and you want the data source to change when a mode is changed (when user changes tabs), would you rather:
- Write the data source in a condition and apply when state of tabs changes.
Or
- Tell the tab to “display list” when clicked
Which one is more performance efficient?