You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pivotTable.html("<div style='text-align: center; padding: 20px; color: #666;'><i class='fas fa-exclamation-triangle'></i><br>Calculation skipped due to complexity.<br>Click refresh button to force calculation.</div>")
1746
1752
pivotTable.css("opacity", 1)
1747
1753
return
1748
1754
1749
1755
# Hide refresh button if calculation proceeds
1750
-
@find(".pvtRefreshBtn").hide()
1756
+
$(".pvtRefreshBtn").hide()
1751
1757
1752
1758
ifsubopts.asyncMode
1753
1759
# Show loading indicator
@@ -2068,12 +2074,14 @@ callWithJQuery ($) ->
2068
2074
})
2069
2075
if aborted andnot forceRefresh
2070
2076
# Show refresh button and display abort message
2071
-
@find(".pvtRefreshBtn").show()
2077
+
$(".pvtRefreshBtn").show()
2072
2078
defaultMessage="Rendering aborted by user.<br>Click refresh button to force rendering."
0 commit comments