ch7_infinite_scroll question #7
scornickccv
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Could this be adapted to update a table with additional rows upon an htmx call?
I am having a problem with the proper containers because of the nested render_partials. Everything after the first page does not get inserted properly into the original table......
Thank you for any thoughts....
{% for v in videos %}
{% endfor %}
{% if has_more_videos %}
{% endif %}
Beta Was this translation helpful? Give feedback.
All reactions