diff --git a/netbox/templates/panel_table.html b/netbox/templates/panel_table.html
index 208e98a88..26e623675 100644
--- a/netbox/templates/panel_table.html
+++ b/netbox/templates/panel_table.html
@@ -13,7 +13,7 @@
{% endif %}
-{% if table.rows %}
+{% if table.rows and not hide_paginator %}
{% with paginator=table.paginator page=table.page %}
{% include 'inc/paginator.html' %}
{% endwith %}