NAME 5 years ago
parent
commit
df99485b7a
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/extensions/group-by-v2/bootstrap-table-group-by.js

+ 1 - 3
src/extensions/group-by-v2/bootstrap-table-group-by.js

@@ -245,11 +245,9 @@ BootstrapTable.prototype.checkGroup_ = function (index, checked) {
   this.trigger(checked ? 'check-all' : 'uncheck-all', rows)
 }
 
-
 BootstrapTable.prototype.getGroupByFields = function () {
   let groupByFields = this.options.groupByField
-  if (!$.isArray(this.options.groupByField))
-  {
+  if (!$.isArray(this.options.groupByField)) {
     groupByFields = [this.options.groupByField]
   }