I have a perspective table with a json dataset, I want to remove rows that I have filtered from the dataset.
Removing one row is easy as the selectedRow property in selection is populated but when I have multiple rows selected, the selectedRow property only has the last row i clicked, not the list selected.
selection/data and filter/data properties only have the selected row values, not the row numbers
Is it possible to get the list of selected rows numbers from the table?