From 614f40f47da6fd484f575a88faeb257fbe2e2a31 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Mon, 9 Dec 2019 10:12:36 -0700 Subject: [PATCH] Fix controlled pagination example --- examples/pagination-controlled/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pagination-controlled/src/App.js b/examples/pagination-controlled/src/App.js index f9b468c..9e38f47 100644 --- a/examples/pagination-controlled/src/App.js +++ b/examples/pagination-controlled/src/App.js @@ -105,7 +105,7 @@ function Table({ {headerGroups.map(headerGroup => ( {headerGroup.headers.map(column => ( - + {column.render('Header')} {column.isSorted