Skip to content

Commit e097cb5

Browse files
刘欢claude
andcommitted
docs: note that virtual table does not support center align
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3230c6b commit e097cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ tblRef.current?.scrollTo({ key: 'rowKey', align: 'start' });
136136
| top | number | - | Scroll to specific top position (in px) |
137137
| key | string | - | Scroll to row by row key |
138138
| 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`. |
140140
141141
## Column Props
142142

0 commit comments

Comments
 (0)