I have a Handsontable component in react where the context menu works fine in columns that do not have custom renderers, but does not seem to work on those columns that do have custom renderers.
My custom renderers are even calling into the base renderers’ apply() methods after doing a few other things. I’ve also tried passing the contextMenu into the column settings (instead of just the top level table react component), but it still didn’t work.
Is this a known bug?