Browse Source

searchSelector can also be a string

Marcel Overdijk 3 years ago
parent
commit
8e188f2a5c
1 changed files with 1 additions and 1 deletions
  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;