If I filter and insert a new row by visual row index, it seems to work. However, once you remove the filter, the new row is at the wrong position.
Given the fiddle below:
- Filter the first column to only show rows with “B”
- Click the Add Row Button
- Remove the filter
This does not seem like the desired behavior