django_filter_datatables A simple project that demonstrates how datatables.js can be used with django-filter Setup Pull down the repo create a .env file SECRET_KEY='Something' pip install -r requirements.txt manage.py migrate manage.py createsuperuser run manage.py add_test_data manage.py runserver look at the following to see how it works static/js/util.js apps/customers/views.py apps/utils/views.py