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 24cf1979a9
commit 9669f9a79b

View File

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