Browse Source

Fix fo #6402 introducing sortResetPage option

Marcel Overdijk 3 years ago
parent
commit
65804d5b4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.d.ts

+ 1 - 1
index.d.ts

@@ -162,7 +162,7 @@ export interface BootstrapTableOptions {
   pageSize?: number;
   footerField?: string;
   showFullscreen?: boolean;
-  sortPageReset?: boolean;
+  sortResetPage?: boolean;
   sortStable?: boolean;
   searchAlign?: string;
   ajax?: (params: BootstrapAjaxParams) => any;