Articles related to the following tags: Paginator, website building. 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: Paginator, website building. Page 1
In english/
Articles/
Page 1, website building, Paginator,
How to make simple paginator in Django and HTMx. Adding fitering and sorting feature. pr. 2
08.04.2025
01.10.2025
469
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
753
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. …