From 1bbc89cedb0dbd42c72e54d283a9e55e9e6fea70 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 3 Dec 2019 13:28:16 -0700 Subject: [PATCH] Update App.js --- examples/kitchen-sink-controlled/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kitchen-sink-controlled/src/App.js b/examples/kitchen-sink-controlled/src/App.js index a3a98e4..290c18c 100644 --- a/examples/kitchen-sink-controlled/src/App.js +++ b/examples/kitchen-sink-controlled/src/App.js @@ -308,9 +308,9 @@ function Table({ columns, data, updateMyData, skipPageReset }) { // when we edit the data, undefined means using the default getResetPageDeps: skipPageReset ? false : undefined, }, + useGroupBy, useFilters, useSortBy, - useGroupBy, useExpanded, usePagination, useRowSelect