I have a table where the data validation for an editiable column is {{currentRow.quantity}} and this works fine normally.
However if I filter the table such that row 3 and 4 now occupy rows 1 and 2, when I fill out the editable column, the data validation is as if it was in the row it now occupies.
For exmaple, if for example table id | quantity
10 | 1
11 | 7
20 | 5
21 | 40
If I were to search by "2" it would put 20 and 21 in rows 1 and 2. Then if I were to go to the editable column for id 21 and type in 6 it would say there is no issue, but if I type in 8 it would say invalid response.
I'm on self-hosted 1.9.60