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

Add filtering row to DataTable DOM to enable column visibility #72

Open horacekjan opened 2 years ago

horacekjan commented 2 years ago

I change the system how filtering is added to the table. Right now the filtering row is also added to the DataTable DOM so it is possible to add column filtering. I would add also the colvis button support, but it needs to change DOM of DT and I don't want to change it.

PS: Sorry for the previous PR, it was an ugly solution.