When loading a notebook that is saved with charts visible the table will not have a limited height when switching to table view.
@@ -1927,6 +1927,7 @@ ${ require.config() }
$(document).on("gridShown", function (e, snippet) {
window.setTimeout(function () {
resizeToggleResultSettings(snippet);
+ forceChartDraws();
}, 50);
});