From f61b19cb8abd01e3e4387ccda2ab9a6adb701d0c Mon Sep 17 00:00:00 2001 From: Stanislav Dzhus Date: Tue, 30 May 2017 17:45:58 +0300 Subject: [PATCH] fix property name (#290) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, {