Link to test case: In progress
Hello,
I have a DataTable that is filtered by an object I created called teamData. Which has every team and the members of each team. Depending on whatever the current user's name is, it searches teamData to find the team that user is in, and then displays information in that table pertinent to that user/team. Some users are on more than one team, so instead of showing both teams at once, I would like the user to be able to select a value from a dropdown above the table and whatever value they select, draws that data to the table. Is this possible?