Skip to content

Scroll Row by Row

When scrolling the table vertically, only whole rows are scrolled, not pixels. This ensures that the table rows are always aligned, improving readability.

Configure props.scrollRowByRow to enable this feature.

ValueDescription
booleanWhether to enable
"scrollbar"Only triggered when dragging the scrollbar. If dragging the scrollbar causes a white screen, this method can be used to reduce the impact

Scroll the table below and you'll see that the position of the table rows remains relatively unchanged.

loading

Released under the MIT License