You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are two data-tables on the same page there is no way that I have found to toggle the expandable rows between the tow tables. What I need to happen is when table 1 has a row expanded I need this row to collapse when the user expands a row on table 2 and vice versa. Here is a codepen with the closest I could get to a solution: https://codepen.io/BrandiW/pen/WgLPej?editors=1010 As you can see in this codepen I am using a variable called Expanded to currently hide the v-card in the extended row that needs to be shut, but the problem is that it is not actually shutting this row. Thus if you want to open this row back up, you have to double click it (once to shut it and another time to reopen it).
Proposed solution
I have yet to find an elegant solution to this problem.
The text was updated successfully, but these errors were encountered:
Problem to solve
When there are two data-tables on the same page there is no way that I have found to toggle the expandable rows between the tow tables. What I need to happen is when table 1 has a row expanded I need this row to collapse when the user expands a row on table 2 and vice versa. Here is a codepen with the closest I could get to a solution: https://codepen.io/BrandiW/pen/WgLPej?editors=1010 As you can see in this codepen I am using a variable called Expanded to currently hide the v-card in the extended row that needs to be shut, but the problem is that it is not actually shutting this row. Thus if you want to open this row back up, you have to double click it (once to shut it and another time to reopen it).
Proposed solution
I have yet to find an elegant solution to this problem.
The text was updated successfully, but these errors were encountered: