Get Row numbers ... where row just exists. That's all I want is just a list of rows in the table ie [1,2,3,4,5,6]
I've got this GUI and I've got rows that I made What I'm doing is using a row state handler to detect when someone selects mapped shapes in a graph.That shows which rows they actually selected.Now I have 2 helper "map shapes" in that graph as well. when they select something in the primary graph I need to highlight it in the helper graphs as well. So this is my code, and I want selected to be live...