I'm loading a table inside a div with fixed width and height. The table overflows the div so one can scroll down to see more rows in the table. Each table row has a sparkline (charts.js) which loads by hx-trigger="revealed". However, it doesn't load on reveal in the table div itself. I have to first reveal the row in the table div, then scroll the parent view for the reveal to trigger. Can anyone help me on how I get the reveal to work stand-alone inside the table div?