ソースを参照

Update bootstrap-table.js

Changed the Tabs to 4
jorrigala 10 年 前
コミット
ff7cfb3f42
1 ファイル変更1 行追加0 行削除
  1. 1 0
      dist/bootstrap-table.js

+ 1 - 0
dist/bootstrap-table.js

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