diff --git a/README.md b/README.md index a3998ca..67adfa9 100644 --- a/README.md +++ b/README.md @@ -730,7 +730,7 @@ Here are the props and their corresponding callbacks that control the state of t // Props page={0} // the index of the page you wish to display pageSize={20} // the number of rows per page to be displayed - sorting={[{ // the sorting model for the table + sorted={[{ // the sorting model for the table id: 'lastName', desc: true }, {