Quick question for those more familiar with features in v2. I am attempting to leverage the drawer feature on tables. Is there still not a way to make it a “only one drawer open at a time” setup natively? Maybe I am totally missing something or this is a new feature in Boston, of which I have not gotten to just yet (I am still on Boston)
Now for some feedback: I certainly see the benefit of allowing it to be open for multiple rows, but you reach a scalability/performance issue when you are dealing with a lot rows and data (at least the way I am trying to use it). From a performance and efficiency stand-point, I prefer to open one drawer at a time and call the respective child records of that row at the time the user needs it. I envision a world where this feature is dynamic: if you want it to be able to open for multiple, check this setting. If you want it only open for one at a time, click this setting. Everyone wins.
Also, I am aware of some javascript on posts that help address this issue. I have tried to apply it for v2, but I am not having any luck. Full disclosure, I am mediocre at best with javascript, so that might be the reason why .
Thanks for listening.