Make Row State Handler stops working if table is sorted
Is it possible to apply a row state handler to a data table and make that handler continue to work if the data table is changed; for example, if a column is sorted by a script or interactively by a user? I currently have two tables of data: one table with summary statistics, one with raw data. The user selects a row in the summary table, the row state handler detects which row is selected, extract...