Sveriges mest populära poddar

hx-pod

Large table pattern using htmx

19 min • 20 juni 2024

Mentioned, how to submit and reset a form on success using htmx:

<form hx-post="/admin/candidates"
           hx-target="#candidates_add_form"
           hx-swap="beforebegin"
           hx-on::after-request=" if(event.detail.successful) this.reset()"
  >

This assumes the last row is the add form, and places the newly added item directly above it.

Förekommer på
00:00 -00:00