Howdy,
Apex 20.2.0.00.20; Listener 19.4.6.r1421859; Oracle 18c XE
Requirement is to to enable a user to see a long text string in an Interactive Grid cell. As a workaround implementing a tooltip solution as shown in Sample Interactive Grids app page 52. The cell is HTML Expression and consists of table definition. i.e.
<table >
<tbody>
<tr>
<td>Brand:</td>
<td>&BRAND.</td>
</tr>
<tr>
<td>Notes:</td>
<td>&LRW_NOTES.</td>
</tr>
</tbody>
</table>
The tooltip works as expected only if one: a) clicks on the cell; b) hoovers on the cell in the area where table does not cover the cell. i.e. edges of the cell;
The tooltip DOES NOT work if one hoovers over the table content in the cell.
Alternatively, if somebody have an idea how to make long text string in ""