Posted 27 March 2019, 3:20 pm EST
When I have tooltips appearing on the column headers of a table and the table is twice as long as the page, if I scroll down the headers stay attached to the first row of the table which is off-screen so the tooltips disappear off-screen with it.
How can I correct this behavior?
Some code:
const cellBounds = this.flex.getCellBoundingRect(ht.row, ht.col)
const tooltipContent = '<b> ' + data + ' </b>'
this.tooltip.show(this.flex.hostElement, tooltipContent, cellBounds)