浏览代码

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' +