Long tables don't quite get the right size form pym when it renders at first. Labour market seems to have a similar problem, and this was added, and it seems to help. Might be worth finding a better solution.
pymChild.sendHeight();
setTimeout(function(){
pymChild.sendHeight();
},1000);
setInterval(function(){
pymChild.sendHeight();
},1000);
Long tables don't quite get the right size form pym when it renders at first. Labour market seems to have a similar problem, and this was added, and it seems to help. Might be worth finding a better solution.