Browse Source

Update bootstrap-table.js

文翼 11 years ago
parent
commit
875ffc7585
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/bootstrap-table.js

+ 3 - 3
src/bootstrap-table.js

@@ -384,9 +384,9 @@
             that.header.sorters.push(column.sorter);
             that.header.cellStyles.push(column.cellStyle);
             that.header.clickToSelects.push(column.clickToSelect);
-			that.header.searchables.push(column.searchable);
-            
-			html.push('<th',
+            that.header.searchables.push(column.searchable);
+
+            html.push('<th',
                 column.checkbox || column.radio ?
                     sprintf(' class="bs-checkbox %s"', column['class'] || '') :
                     class_,