Javascript not working in Template Component previously this worked

Thanks for the explanation and workaround!

I go to some lengths not to use javascript in templates. I only find myself resorting to using javascript in table templates. For example, I have a template that displays some generic information about a row but shows more detailed information in a popup upon hovering over the row. Is this something that’s better done with custom renderers?