浏览代码

Fix fo #6402 introducing sortResetPage option

Marcel Overdijk 3 年之前
父节点
当前提交
65804d5b4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;