Used initially for Insights work, we will use this callback to post a message to the parent (AppUI Insights page), which will then display additional context to the user. Hopefully this is generic enough for some other use cases as well.
Notes for the reviewer
Example usage:
If specified, reports can make use of this:
<TTable
:onCellClick="({cellValue, row, column, table}) => { /* I was clicked! */ }"
/>
Missed anything?
[ ] Performance (customer with 200k users, customer with 1k orgs etc). Review the Performance documentation
[ ] Security aspects considered? Unhappy paths?
[ ] Have you accounted for accessibility?
[ ] Commit messages and bodies explain what and why?
What this does
Used initially for Insights work, we will use this callback to post a message to the parent (AppUI Insights page), which will then display additional context to the user. Hopefully this is generic enough for some other use cases as well.
Notes for the reviewer
Example usage:
If specified, reports can make use of this:
Missed anything?
More information
Screenshots / GIFs
Visuals that may help the reviewer. Please add screenshots, including URL if applicable, for any front end change. GIFs are most welcome!