ソースを参照

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>');