Articles related to the following tags: HTMX. Page 1
A type of post that combines the most interesting and design-independent posts of a variety of formats. Which includes reviews, tutorials and more. They were linked and grouped under the following tags: HTMX. Page 1
In english/
Articles/
Page 1, HTMX,
How to implement the feedback form in Django and HTMx
11.04.2025
01.10.2025
1005
0
0
0
0
In this article, I will describe the way to add on your Django website feedback form using only HTMx and a little bit of DaisyUI as a UI library. Everything …
How to make simple paginator in Django and HTMx. Adding fitering and sorting feature. pr. 2
08.04.2025
01.10.2025
404
0
0
0
0
In this article I will describe the process and main code blocks to add sorting and filtering feature to a paginator. This paginator is written in Django using HTMx.
How to implement pagination in Django + HTMx pr. 1
02.04.2025
01.10.2025
646
0
0
0
0
In this article, I will describe how to create a paginator using Django and the HTMx library. And why it was so easy compared to the paginator on my site. …
How to implement More button (loading more posts for pagination). Using Django, REST API, HTMx
01.04.2025
01.10.2025
319
0
0
0
0
In this article I will describe a way how you can implement asynchronous loading of content (articles) using the "More" button, which is made using Django, REST API, HTMx and …