Bulk Actions in Table with Django, htmx, and AlpineJS
When it comes to displaying large amounts of data in a tabular format, tables are often the go-to choice for developers. However, traditional tables can be limiting in their functionality, especially when it comes to performing actions on multiple ro...
enzircle.com14 min read
Eduardo Enriquez
hey amazing post! I'm learning a lot about htmx. But one question, I think there is an issue with some values. For instance, page = request.POST.get("page", 1), it can be empty quotes, and it will throw an error in the int. I just fixed adding an if, but I wanted to share with you the issue.