Hi,
I have a table element with two columns and several rows. One of the column is the key the other column contains the corresponding value.
The underlying data source of this table contains also a third column with details/short description about each key.
The goal would be while hovering over one of the keys to get a mouseover which contains this short description to the key. Is this mouseover functionality available in the table element?