When selecting multiple rows from a table in Perspective, the selected 'data' property gets filled in with only the data being shown on the screen, and the 'selectedRow' property only gives an integer value of the row of the last row selected. If the selectedRow property was an array of the selected rows instead, then it could be used to tie into the data that was hidden from the user as well. (such as IDs to link to other data)