django-el-pagination icon indicating copy to clipboard operation
django-el-pagination copied to clipboard

An advice on how to implement "filtering"?

Open yigitguler opened this issue 4 years ago • 1 comments

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.

yigitguler avatar Apr 02 '20 10:04 yigitguler

The django-filter module works for this.

paulschreiber avatar Dec 20 '20 01:12 paulschreiber