|
@@ -1846,7 +1846,7 @@
|
|
|
that.options.cardView ? '</div>' : '</td>'
|
|
that.options.cardView ? '</div>' : '</td>'
|
|
|
].join('');
|
|
].join('');
|
|
|
|
|
|
|
|
- item[that.header.stateField] = value === true || (value && value.checked);
|
|
|
|
|
|
|
+ item[that.header.stateField] = value === true || (!!value_ || value && value.checked);
|
|
|
} else {
|
|
} else {
|
|
|
value = typeof value === 'undefined' || value === null ?
|
|
value = typeof value === 'undefined' || value === null ?
|
|
|
that.options.undefinedText : value;
|
|
that.options.undefinedText : value;
|