Skip to content

Long tables have a pym issue #32

Description

@nrennie

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions