htmx.process(elt)
for elements loaded from the Virtual DOM
#4682
Labels
Suggested Feature
A suggested feature that is waiting review
Is your feature request related to a problem? Please describe.*
I'm currently working with Django and HTMX to partially content, some of them using Tabulator, but the problem comes when some of the element rendered are "hidden" in the the Virtual DOM, loaded through
pageLoaded
or bypageSizeChanged
.Describe the solution you'd like
In order to get around this issue I need to target the mentioned events and find and process every element, this (I think) could be done optionaly as not everyone uses HTMX but would be very nice to process the rows (or cell) elements natively.
Describe alternatives you've considered
As said above I monitor the events to avoid fetching and processing more than needed (added some code at the additional contex).
Additional context
The text was updated successfully, but these errors were encountered: