I am using handsontable's comment and scroll feature, but it results in wrong positioning of comment when scrolled.
Here is jsfiddle of code
Please scroll and then hover for comment, it shows comment div goes out of its position.
Objects attribute:
data: getData(),
rowHeaders: true,
colHeaders: true,
minSpareRows: 1,
contextMenu: true,
comments: true,
I want it should come same as it comes without scrolling.