|
|
@@ -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;
|