Skip to content

Commit f61b19c

Browse files
blablapolicjatannerlinsley
authored andcommitted
fix property name (TanStack#290)
1 parent e1a46fb commit f61b19c

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
@@ -730,7 +730,7 @@ Here are the props and their corresponding callbacks that control the state of t
730730
// Props
731731
page={0} // the index of the page you wish to display
732732
pageSize={20} // the number of rows per page to be displayed
733-
sorting={[{ // the sorting model for the table
733+
sorted={[{ // the sorting model for the table
734734
id: 'lastName',
735735
desc: true
736736
}, {

0 commit comments

Comments
 (0)