so I have the following problem. I have a react page with tabs using Semantic UI tabs (https://react.semantic-ui.com/modules/tab/).
The tabs look like the following: all users | user details
in the 'all users' tab page, a table is created and filled with sql content. It contains a button for every player for more information.
If I click the button, I want:
1. the tab changes to 'user details'
2. the table button has an id, that should be passed to the second tab.
I'm a newbie and doesn't have any code to provide. I checked you can use a component and pass values by doing
Thank you in advance, Doe