-
Notifications
You must be signed in to change notification settings - Fork 17
Description
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.

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.