Browse Source

remove unused option escapeColumn

Jack Jamieson 9 years ago
parent
commit
a3c11c62f6
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/bootstrap-table.js

+ 0 - 4
src/bootstrap-table.js

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