carltongibson / django-filter

A generic system for filtering Django QuerySets based on user selections
https://django-filter.readthedocs.io/en/main/
Other
4.46k stars 769 forks source link

Filtering no applied when using tabs #1459

Closed eudaldt closed 2 years ago

eudaldt commented 2 years ago

I'm working with HTML and JS tabs (https://www.w3schools.com/howto/howto_js_tabs.asp) and the filters didn't work when they are inside them. Is there way to make it works?