{% extends base %} {% block postamble %} {% endblock %} {% block contents %}

Export data to CSV

This demo uses a CustomJS callback to export DataTable contents to CSV.

NOTE: On Safari the CSV will open in a new tab, rather than downloading.

{{ super() }} {% endblock %}