When scrolling up and down on table with header, it moves around for the duration of scrolling.
I tried "useMarginInsteadOfTranslate" but it didn't work.
I've noticed this bug only on mobile. "transform: translateY" on thead seems to have a delay and can't keep up with changes, so it moves weirdly and after scrolling is finished goes to a proper position. Setting checkResizeInterval to 0 or 1 also didn't fix it.