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

nested choices/autofilter columns #44

Closed rbonthond closed 2 years ago

rbonthond commented 2 years ago

Any suggestions how one would implemented nested choices/autofilter columns? I have a table with a number of columns, which can be filtered by choices, but if you select a filter for one column, then the choices for the other columns would need to be reduced based on the selection for the first column

morlandi commented 2 years ago

Hello, I'm closing this issue now, but I'm willing to accept PR on this