Hi,
When selecting multiple rows and using the “Remove row” function (right-click menu), the data is not always cleared correctly.
Steps to reproduce:
- In the below JSFiddle example, select rows 9 to 13
- Right-click and select the Remove Row option
- Observe that cells E9 and E10 are not empty.
Additional note: On double-clicking cells E9 or E10 to inspect/edit their contents, it appears they contain formulas, but relating to different row.
https://jsfiddle.net/tgbqnarm/3/
Although we have not tested every scenario extensively, it seems that this issue only occurs when a) the rows contain formulas, and b) the multiple rows’ selection includes the last row of the table.
We are an existing customer and this is creating issues in our live product environment. For the moment we have added some custom logic to solve the problem but this is adding additional overheads so it would be great if this could be fixed.
Thanks,
Blake