Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed Dec 7, 2017
1 parent 5e57ef8 commit c013475
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

$.each(that.columns, function (idx, column) {
if (column.filter && column.filter.type === 'select') {
var $selectEle = $header.find('select[data-filter-field=' + column.field + ']');
var $selectEle = $header.find('select[data-filter-field="' + column.field + '"]');

if ($selectEle.length > 0 && !$selectEle.data().select2) {
column.filter.data.unshift("");
Expand Down Expand Up @@ -300,4 +300,4 @@
$.fn.bootstrapTable.methods.push('setFilterData');
$.fn.bootstrapTable.methods.push('setFilterValues');

}(jQuery);
}(jQuery);

0 comments on commit c013475

Please sign in to comment.