Skip to content

First row hidden behind float thead when model changes #17

@blambeau

Description

@blambeau

Hi!

I experience an issue when the table data changes on the ng-model. The first tbody>tr seems to disappear below the floated thead.

See https://jsfiddle.net/t12doyro/1/. When pressing the change-data button, row n°0 disappears.

Trying to debug this by myself, I found that jQuery.floatThead's reflow event looses the real table thead, which makes the table shrink vertically.

I tried to replace the reflow call and use "destroy + reinstall", but the behavior tends to be even worse: in my angular application, it leads to thead being missing on completely unrelated tables with floatThead enabled too...

Any idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions