morlandi / django-ajax-datatable

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

Choices won't update #92

Open fockez opened 2 years ago

fockez commented 2 years ago

I use choices and autofilter in a column, the list produced fine with initial query. And I add a sidebar search as example. But the choice list won't update as the query changes. The list always keeps the same as initial query.