浏览代码

remove unused option escapeColumn

Jack Jamieson 9 年之前
父节点
当前提交
a3c11c62f6
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/bootstrap-table.js

+ 0 - 4
src/bootstrap-table.js

@@ -830,10 +830,6 @@
                     that.header.stateField = column.field;
                     that.options.singleSelect = true;
                 }
-                
-                if(column.escape) {
-                	that.options.escapeColumn = true;
-                }
 
                 html.push(text);
                 html.push('</div>');