I\'m attempting to follow the following tutorial for pagination with django filters, but the tutorial seems to be missing something, and i\'m unable to get the pagination to
I have tested it right now!It works fine for me.Just sharing a portion of the template with a view like the previous answer
{{ filter.form.row_date.label_tag }}
{% render_field filter.form.row_date class="form-control" %}
{{ filter.form.director.label_tag }}
{% render_field filter.form.director class="form-control" %}
{{ filter.form.manager.label_tag }}
{% render_field filter.form.manager class="form-control" %}
{{ filter.form.analyst.label_tag }}
{% render_field filter.form.analyst class="form-control" %}
| row_date | Director | Manager | Analyst | |||||
|---|---|---|---|---|---|---|---|---|
| {{ a.row_date }} | {{ a.director }} | {{ a.manager }} | {{ a.analyst }} | No data | ||||
| No data | ||||||||