Restored the option to hide the paginator on panel tables

This commit is contained in:
Jeremy Stretch 2017-05-17 12:18:32 -04:00
parent f2846af4ec
commit 6e69c9e375

View File

@ -13,7 +13,7 @@
{% endif %} {% endif %}
</div> </div>
{% if table.rows %} {% if table.rows and not hide_paginator %}
{% with paginator=table.paginator page=table.page %} {% with paginator=table.paginator page=table.page %}
{% include 'inc/paginator.html' %} {% include 'inc/paginator.html' %}
{% endwith %} {% endwith %}