Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Tab that corresponds to other tabs via toggles

Hi everyone,

I have the following task. I need to create a Report tab that will talk to the other tabs.  The Report tab table should be grayed out when you first go to the tab and there will be three toggles at the top, one corresponding to each of the other three tabs.  You must click one of the toggles to display information.  For whichever toggle you select, the Report tab will show the selections for that tab.  If the tab you selected has nothing picked, then the Report tab should display all data.

Do you have any advice on how to accomplish such task?

1 Solution

Accepted Solutions
Not applicable
Author

Hi ,

You can use alternate state and button action to achieve this

PFA for the sample application.

Regards

Vivek

View solution in original post

2 Replies
sudeepkm
Specialist III
Specialist III

this can be achieved using button and actions.

you can create three buttons and each button should have action for specific selections.

when user clicks on first button then the set of selections be applied and the table will display the data according to the selections. likewise other buttons can be configured.

Not applicable
Author

Hi ,

You can use alternate state and button action to achieve this

PFA for the sample application.

Regards

Vivek