Remove parameter 'checked'
@@ -1456,11 +1456,11 @@
});
};
- BootstrapTable.prototype.updateRows = function (checked) {
+ BootstrapTable.prototype.updateRows = function () {
var that = this;
this.$selectItem.each(function () {
- that.data[$(this).data('index')][that.header.stateField] = $(this).prop('checked') && checked;
+ that.data[$(this).data('index')][that.header.stateField] = $(this).prop('checked');