Posted 20 November 2024, 11:11 pm EST
The demo url is https://developer.mescius.com/wijmo/demos/Grid/CustomCells/CellNotes/purejs.
Enter this demo and don’t click any cell, the tooltip works when I hover the cell in first row and first column. But when I click the cell in first row and second column, the tooltip does not work again. The reason is that my operation triggered the updatingView method at last and dispose the tooltip. What is the correct way to dispose tooltip when updating view ?
updatingView: () => {
tooltip.dispose()
}