Filter and Insert Row

Tags: #<Tag:0x00007f8b1d93ed10>

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:

  1. Filter the first column to only show rows with “B”
  2. Click the Add Row Button
  3. Remove the filter

This does not seem like the desired behavior

https://jsfiddle.net/a5nmd8s7/13/

Hey Mike,

you can add the row to physical (https://jsfiddle.net/AMBudnik/fe8xr3w1/) or visual (your demo) index. There’s no way to automatically move the row once you clear the filters. You’d need to add some logic to perform the action.