Browse Source

Added the missing sort reset page option

Dustin Utecht 3 years ago
parent
commit
b56643fa59
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/constants/index.js

+ 1 - 0
src/constants/index.js

@@ -134,6 +134,7 @@ const DEFAULTS = {
   sortOrder: undefined,
   sortReset: false,
   sortStable: false,
+  sortResetPage: false,
   rememberOrder: false,
   serverSort: true,
   customSort: undefined,