$( "#my-table" ).dataTable({ data: {{ my_json_data|safe }}, columns: [ {data: 'field_1'}, // ... {data: 'field_n'} ] });