From 3043cbe4b4cafbff98d8a38e3f1665caf2cfc31e Mon Sep 17 00:00:00 2001 From: Colwyn Fritze-Moor Date: Thu, 31 Aug 2017 16:30:28 -0700 Subject: [PATCH] readme-updated: Fixed incorrect property names for expanded (was expandedRows) and resized (was resizing). (#432) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88347b8..03ebcb6 100644 --- a/README.md +++ b/README.md @@ -766,7 +766,7 @@ Here are the props and their corresponding callbacks that control the state of t id: 'lastName', value: 'linsley' }]} - resizing={[{ // the current resized column model + resized={[{ // the current resized column model "id": "lastName", "value": 446.25 }]}