Fix #3024 and #2894
@@ -1687,7 +1687,9 @@
column = that.columns[j];
if (that.fromHtml && typeof value_ === 'undefined') {
- return;
+ if((!column.checkbox) && (!column.radio)) {
+ return;
+ }
}
if (!column.visible) {