matrix expand row
1 TopicCustom Matrix Visual - Expand/collapse row headers problems
Hello, I've been having some trouble figuring out how to do expand and collapse on row headers of my custom matrix visual. I've followed the guide on your docs here but buttons don't all work. I'm rendering a button for nodes where node?.isCollapsed != undefined, meaning it should be expandable/collapsable. However, I cannot get this to work for deeper levels than the first. Comparing the default matrix visualization, the buttons are rendered correctly. Therefore I suspect it has something to do with the creation of SelectionId of the inner rows. This is where I just can't figure anything out because the documentation on SelectionId for matrices is lacking. In image, button for "Resultat" works, "Driftsresultat" within does not. Can I get some help identifying the issue? Debugging selectionId is not fun, wish its api was open.