|
@@ -257,7 +257,7 @@
|
|
|
if (column.searchable && that.options.filterTemplate[nameControl]) {
|
|
if (column.searchable && that.options.filterTemplate[nameControl]) {
|
|
|
addedFilterControl = true;
|
|
addedFilterControl = true;
|
|
|
isVisible = 'visible';
|
|
isVisible = 'visible';
|
|
|
- html.push(that.options.filterTemplate[nameControl](that, column.field, isVisible, column.filterControlPlaceholder));
|
|
|
|
|
|
|
+ html.push(that.options.filterTemplate[nameControl](that, column.field, isVisible, column.filterControlPlaceholder ? column.filterControlPlaceholder : ""));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|