You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm implementing StickyTableHeaders in my site, and I'm noticing some sluggishness. The main issue is when the header first sticks to the top of the screen the positioning is wrong for about a second before jumping into place. In this jsfiddle I'm seeing the behavior in both Chrome and Firefox.
I have made the 'top': base.options.fixedOffset change from #112 to get Chrome to work properly.
The text was updated successfully, but these errors were encountered:
I realized that this was my mistake. I had forgotten I added a 1 second delay to the debounce for updateWidth. When I took that out, the issue went away.
Though shouldn't updateWidth always run immediately when called by toggleHeaders? Does it need the debounce?
I'm implementing StickyTableHeaders in my site, and I'm noticing some sluggishness. The main issue is when the header first sticks to the top of the screen the positioning is wrong for about a second before jumping into place. In this jsfiddle I'm seeing the behavior in both Chrome and Firefox.
I have made the 'top': base.options.fixedOffset change from #112 to get Chrome to work properly.
The text was updated successfully, but these errors were encountered: