autoInsertRow and direction bug with fillHandle and filters

Tags: #<Tag:0x00007efc6b5b20e8>

Hi all! I’ve found an issue with fillHandle option. Here’s a jsfiddle for explaining better what’s happening.

http://jsfiddle.net/kqmbj2gy/3/

At first column (“Descripción proveedor”), please filter by only these options:

  • “AIR EUROPA”
  • “IBERIA L.A.E.”

Then please, select the first row and use the fillHandle function, vertically and horizontally.

You’ll see that the fillHandle’s options are not been considered, because it inserts new rows and it also change cells horizontally.

Can you tell me how to fix it? Thanks in advance.

Greetings.

Hi @francisco.romero

Thanks for sharing. It looks like the autoInsertRow: false is erased to the default settings (which is true) after filtering. It’s definitely a bug.

ps. your nestedRows colspan value as it too big (it give you an extra longer header. Guess the colspan: 103 is fine.

Issue does not exist in the latest version: http://jsfiddle.net/handsoncode/n086xesj/

@francisco.romero please update your code