浏览代码

searchSelector can also be a string

Marcel Overdijk 3 年之前
父节点
当前提交
8e188f2a5c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.d.ts

+ 1 - 1
index.d.ts

@@ -189,7 +189,7 @@ export interface BootstrapTableOptions {
   cache?: boolean;
   method?: string;
   onColumnSwitch?: (field: string, checked: boolean) => boolean | void;
-  searchSelector?: boolean;
+  searchSelector?: boolean | string;
   strictSearch?: boolean;
   multipleSelectRow?: boolean;
   onLoadError?: (status: string, jqXHR: JQuery.jqXHR) => boolean | void;