fix property name (#290)

This commit is contained in:
Stanislav Dzhus
2017-05-30 08:45:58 -06:00
committed by Tanner Linsley
parent e1a46fb77e
commit f61b19cb8a
+1 -1
View File
@@ -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
}, {