|
@@ -1234,7 +1234,7 @@
|
|
|
|
|
|
|
|
if (this.options.sidePagination !== 'server') {
|
|
if (this.options.sidePagination !== 'server') {
|
|
|
if (this.options.customSearch !== $.noop) {
|
|
if (this.options.customSearch !== $.noop) {
|
|
|
- this.options.customSearch.apply(this, [this.searchText]);
|
|
|
|
|
|
|
+ window[this.options.customSearch].apply(this, [this.searchText]);
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
|