We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a46fb commit f61b19cCopy full SHA for f61b19c
README.md
@@ -730,7 +730,7 @@ Here are the props and their corresponding callbacks that control the state of t
730
// Props
731
page={0} // the index of the page you wish to display
732
pageSize={20} // the number of rows per page to be displayed
733
- sorting={[{ // the sorting model for the table
+ sorted={[{ // the sorting model for the table
734
id: 'lastName',
735
desc: true
736
}, {
0 commit comments