django-el-pagination
django-el-pagination copied to clipboard
An advice on how to implement "filtering"?
Hi @shtalinberg,
Thank you for maintaining this great package. It really saved a lot of precious development (and QA) time.
I have a simple question: In our list page, we have a filtering functionality. When the user selects a category from the drop-down list, the page only shows the articles from that category.
We can do this by reloading the page with a query parameter ?category=news
What would be the easiest way to do this using django-el-pagination, without reloading the entire page? Is there support for this? Couldn't find it in the docs.
Thank you again for maintaining this beautiful package. I truly appreciate it.
The django-filter module works for this.