diff --git a/auto_rx/autorx/templates/index.html b/auto_rx/autorx/templates/index.html
index b9fc525d..8a50995f 100644
--- a/auto_rx/autorx/templates/index.html
+++ b/auto_rx/autorx/templates/index.html
@@ -740,6 +740,11 @@
}
mymap.invalidateSize();
}
+
+ table.on("pageLoaded", function(pageno) {
+ mymap.invalidateSize();
+ });
+
// Invalidate map size to fix problems with elements resizing.
mymap.invalidateSize();