You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: