htmx insert multiple table rows
I’m using Django, if that makes any difference. Anyway, I have this tbody
element in my template:
HTMX cannot find element on site
I’m trying to build a webapp with django and htmx. One of the functionalities with htmx is that I want to dynamically insert rows into a table. For that I have…