From b6db8775ad5a2996bd3d749bb739f3a0e5d97006 Mon Sep 17 00:00:00 2001 From: jaapjanfrans Date: Mon, 29 Jul 2019 15:51:01 +0200 Subject: [PATCH] Small readme example update (#1412) in commit ea79cd838891a21db6754c387a73d3ea4fffd127 the`getRowProps` member of the headerGroup object changed into `getHeaderGroupProps` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bfae54..05b7c6d 100644 --- a/README.md +++ b/README.md @@ -481,7 +481,7 @@ function MyTable({ columns, data }) { {headerGroups.map(headerGroup => ( - + {headerGroup.headers.map(column => ( ))}
{column.render('Header')}