Skip to content

Commit

Permalink
Merge pull request wenzhixin#3045 from djhvscf/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin authored Mar 26, 2017
2 parents a31c01b + 6114a9d commit 4228fa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bootstrap-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,9 @@
column = that.columns[j];

if (that.fromHtml && typeof value_ === 'undefined') {
return;
if((!column.checkbox) && (!column.radio)) {
return;
}
}

if (!column.visible) {
Expand Down

0 comments on commit 4228fa6

Please sign in to comment.