Problem
I have a PlantList view that displays demo data in a Perspective Table. I want the Plant Name column to render as a clickable link so that, when clicked, my embedded container swaps to a PlantAnalysis view and passes the clicked plant’s name as a parameter.
What’s the recommended way in Perspective to navigate from a table cell to another view?