Drag and paste on hidden rows

Tags: #<Tag:0x00007f8b1dcdfc08>

when i hide some rows and do drag and paste operation. hidden rows also getting updated with the dragged col value.

Hi @nihalshetty48

This is correct behavior, as autofill plugin operates on physical indexes, and hiding rows works only on visual level of rows indexes, that’s why the data gets updated even if the rows are hidden.

Any resolution for this?

Hi

There’s a workaround for this. You can check if a row is hidden to avoid changing the values inside it, like here:

https://jsfiddle.net/aszymanski/7kbajryx/1/

1 Like