Table action icon tooltips do not clear when the action is rendered off

Hi Mike, I’ve found a workaround you can try, to clear out those tool tips. After the action that causes the Row Action to become unrendered, you can add two “Toggle Component” actions to toggle the table. The first one would “Hide” the table, and the second one will “Show” it. This is effectively a declarative way of re-rendering the table, which clears out the tool tips that have become orphaned from the page elements that are now hidden. It looks like this in my test page: