Skip to content

Commit 3043cbe

Browse files
colwynmyselftannerlinsley
authored andcommitted
readme-updated: Fixed incorrect property names for expanded (was expandedRows) and resized (was resizing). (TanStack#432)
1 parent fcb8269 commit 3043cbe

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
@@ -766,7 +766,7 @@ Here are the props and their corresponding callbacks that control the state of t
766766
id: 'lastName',
767767
value: 'linsley'
768768
}]}
769-
resizing={[{ // the current resized column model
769+
resized={[{ // the current resized column model
770770
"id": "lastName",
771771
"value": 446.25
772772
}]}

0 commit comments

Comments
 (0)