Fix code sandbox for kitchen sink (#1915)

There's an error on this page that says `useGroupBy` must come after `useFilters`
This commit is contained in:
Josh Stevens
2020-02-21 06:58:41 -07:00
committed by GitHub
parent facb216f5c
commit a52a2e1265
+1 -1
View File
@@ -301,8 +301,8 @@ function Table({ columns, data, updateMyData, skipPageReset }) {
// when we edit the data, undefined means using the default
autoResetPage: !skipPageReset,
},
useGroupBy,
useFilters,
useGroupBy,
useSortBy,
useExpanded,
usePagination,