diff --git a/src/bootstrap-table.js b/src/bootstrap-table.js index f9fca7d4a4..3d37e8f54e 100644 --- a/src/bootstrap-table.js +++ b/src/bootstrap-table.js @@ -1683,7 +1683,7 @@ column = that.columns[j]; if (that.fromHtml && typeof value_ === 'undefined') { - if(!column.checkbox && !column.radio) { + if((!column.checkbox) && (!column.radio)) { return; } }