Skip to content

Releases: henrybuilt/react-sticky-table

Scrolling is in excellent shape

15 Dec 05:35
Compare
Choose a tag to compare
  • It's fast (throttled, and doesn't require significant paint calls in browser)
  • Scrollbar starts after the sticky column/header (instead of being on top of it)
  • Works well when mouse is plugged in and when it's not
  • Scroll bar smoothly keeps up with scroll location

Better scrollbars

15 Dec 01:37
Compare
Choose a tag to compare

Scrollbars now are now displayed on top of sticky headers and the sticky column.

Debouncing the position of the scrollbars was necessary for performance reasons. They're not ideal, but they weren't functional before because they would hide under the sticky header and column.

Ideally:

  • They wouldn't be on top of the sticky elements and would start after them
  • They wouldn't have to be debounced and would be fast

This will likely be improved in the future.