I am creating a H5 script and I need to get all of the data from the "Net r" (Name: PNCA, Index: 13) column from the table pictured below. I need each value from each row in the column. I have attempted to use `ListControl.ListView.GetValueByColumnIndex(13, this.controller);
` but that returns an empty array (same with GetValueByColumnName) I assume because this might be connected to a selected row as suggested by `ListControl.ListView.SelectedItem()
`. I am not trying to get a singular row, I need data from each row. Any ideas, pointers, or questions are appreciated.
