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