thanks, that will work. I need to pass the hovertext to a function on right click of the cell. How can I get that from cell?
https://jsfiddle.net/t2zLx5nk/ contextMenu: {
on: true,
items: [{
name: 'send hovertext',
action: function test(){ varHover = "how to get the hovertext for this cell?"} }]
}