Hot-in-hot select and highlight one row programmatically

Tags: #<Tag:0x00007f8b2a288450>

Good morning
After a pop-up window is open I wish highlight and select a row programmaticall.
For example after the pop-window is open I want the row number 4 already select and highLight, like in this picture.


Thanks
Best regards

Welcome @crepuscolog

What is that pop-up? Is there a Handsontable table inside?

Good morning
The yellow pop-up window is obtained thanks hot-in-hot so it’s a handsontable inside.

Here is an example that you can use https://jsfiddle.net/dz3rwcq2/

It uses selectCells method in the afterInit hook of the hot-in-hot cell. We run this hook each time the hot-in-hot gets opened.