Is there a multiline tooltip solution available for review? Currently using a data-tooltip method that loads content via attr(data-tooltip)
, which as I understand limits the input to string only and thus outputs a single line.
I have a tw static table of values with a tooltip for each with the underlying details (4 variables) of the values to display.