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
| top | number | - | Scroll to specific top position (in px) |
137
137
| key | string | - | Scroll to row by row key |
138
138
| offset | number | - | Additional offset from target position |
139
-
| align | `start`\|`center`\|`end`\|`nearest` | `nearest` | Alignment of the target element within the scroll container. `start` aligns to top, `center` to middle, `end` to bottom, `nearest` automatically chooses the closest alignment |
139
+
| align | `start`\|`center`\|`end`\|`nearest` | `nearest` | Alignment of the target element within the scroll container. `start` aligns to top, `center` to middle, `end` to bottom, `nearest` automatically chooses the closest alignment. Note: Virtual table does not support `center`. |
0 commit comments