How to hidden or delete a second table

Tags: #<Tag:0x00007f8b1cd54360>

Hi!

I’m trying to change a complete row in base to boolean variable in the array using a hook, but I realized that i’ve two tables in my result, how can i hidden or delete the second table ?

image

this is my code

Thank you in advance

Hi @jtacacho

Do you have only one handsontable instance on a page?
This second table do you have after some action?
Maybe do you use a set of options fixedRowsBottom?

It would be great if you could share a demo where the issue is replicable.

the problem was that I used
= new Handsontable (… not = new Handsontable.Core(…

So I glad you found the source of your issue.