morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
204 stars 64 forks source link

Anyleads about how to implement "multiple choices" field for filtering columns ? #70

Closed Joey-DP closed 2 years ago

Joey-DP commented 2 years ago

Anyleads about how to implement "multiple choices" field for filtering columns ?

abiblair commented 2 years ago

Probably not the answer you're wanting but I usually create a separate filter "panel" for these, as outlined on: https://pypi.org/project/django-ajax-datatable/#add-a-sidebar-with-custom-filters

morlandi commented 2 years ago

Yes, I would opt for sidebar filters. You can see those in action here:

http://django-ajax-datatable-demo.brainstorm.it/side_filters/