Skip to content

sticky-intersect must take the height of the tallest th cell #16

@boucdur

Description

@boucdur

Hi,

div.sticky-intersect is created in order to hide at the top left corner div.sticky-thead when the table is scrolled hozontally. Unfortunatly it doesn't work as it should.

sticky-intersect-issue
On the img above look at the cell "pays" on the top left corner of the table. This cell is .sticky-intersect.
It's height is only defined by it's content. As it's height is smaller than .sticky-thead's height it's not hiding properly .sticky-thead when the table is scrolled horizontally.
It's definitly bad.
The obvious solution is to define div.sticky-intersect to be equal to .sticky-thead's height "dynamicly at all time" as the table can be resized and these heights can change.

I reckon it's a very important thing to do.
Unfortunatly I ll have to find an other plugin otherwise and I would like it.
I's be very grateful if the developper or anyone would do that update.

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