When the cell width is less than the width required for content, on hovering tooltip is used to show the trimmed value. But once I hovered over the cell, it will show the current value but in background its changing frequently while that change is not coming in tooltip.
For this I am using Grid options. enableAutoTooltip: true,
Screenshot attached showing the previous value only 0.8999.. while current value is 0.28000...
Any lead how can i update the tooltip with the latest value?
For updating the cell i am using updateItem of grid service provided by slickgrid.
Version used: Angular:8.2 Angular-slickgrid: 2.18.6
Thanks in advance.