Hello @RandyHayes ,
Items property of the component is:
Table({Id: 1, Label: "Asset", Visible: true},{Id: 2, Label: "Asset BreakDown1", Visible: true},
{Id: 3, Label: "Asset BreakDown2", Visible: true},{Id: 4, Label: "Asset Role", Visible: true},{Id: 5, Label: "Asset Budget", Visible: true})
I am using this component on screen to divide large input form. I am trying to play another property "ActiveStep" of the component to change the input form. e.g. in screen shot provided earlier I want to move to a next screen i.e. "Asset Breakdown1" and so on.