Browse Source

Update bootstrap-table.js

Changed the Tabs to 4
jorrigala 10 years ago
parent
commit
ff7cfb3f42
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dist/bootstrap-table.js

+ 1 - 0
dist/bootstrap-table.js

@@ -1469,6 +1469,7 @@
                     type = column.checkbox ? 'checkbox' : type;
                     type = column.checkbox ? 'checkbox' : type;
                     type = column.radio ? 'radio' : type;
                     type = column.radio ? 'radio' : type;
 
 
+					// appends the value if column has formatter
                     text = [that.options.cardView ?
                     text = [that.options.cardView ?
 							'<div class="card-view">' : '<td class="bs-checkbox">',
 							'<div class="card-view">' : '<td class="bs-checkbox">',
 							'<input' +
 							'<input' +