Impossible to catch the click event on cell s

Tags: #<Tag:0x00007f8b243e1460>

Hi, I’ve got a simple problem, I can’t catch the “click” event when i’m using the dropdownMenu option.
Please have a look at this exemple : JSFiddle

If you add the dropdownMenu to the HOT’s initialisation, you can’t handle the click event.
But if you remove it, you’ll be able to catch it.

Is there any way to handle the click event and use the dropdownMenu at the same time ?

Thanks,
Antoine Duval.

Hi Antoine,

One of our developers has reported an improvement suggestion that would help here: https://github.com/handsontable/handsontable/issues/5800 We haven’t scheduled it yet.

You can add afterOnCellMouseDown hook: https://jsfiddle.net/swfk6ter/

Kind regards,
Wojciech