I have an email which is going out to a small team of people.
The email contains a table with each row having a "short description" column.
I would like to include the "full description", however but there is too much data to put this as a new column in the same table.
Ideally I would like to be able to hover over the row and view the "full description" as a tooltip.
I have tried using the title
attribute, but it seems this is not supported.
Does Outlook support any method in which data is hidden initially, and some action of the user can display it?
The recipients of this are internal to the company I work for, so I only care about this working on Outlook 2016 under Windows.