Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

bootstrap-responsive.html template missing pagination #439

Closed
tobiasmcnulty opened this issue May 6, 2017 · 1 comment · Fixed by #440
Closed

bootstrap-responsive.html template missing pagination #439

tobiasmcnulty opened this issue May 6, 2017 · 1 comment · Fixed by #440

Comments

@tobiasmcnulty
Copy link

tobiasmcnulty commented May 6, 2017

I think the new bootstrap-responsive.html template inadvertently strips out the pagination controls. Adding these lines may help:

{% if table.page and table.paginator.num_pages > 1 %}
{% block pagination %}
{{ block.super }}
{% endblock pagination %}
{% endif %}
@jieter
Copy link
Owner

jieter commented May 6, 2017

Thanks for reporting, can you provide a pull request fixing this issue?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants