{% load static %} Title {% include "django_data_explorer/css_assets.html" %} {% include "django_data_explorer/js_assets.html" %}

Table examples

Table with filter

{{ filterform }} {{ book_table }}

Table without filter

{{ author_table }}