Browse Source

fix #4289: Fixed columns title error

zhixin 6 years ago
parent
commit
78465c7eac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -560,7 +560,7 @@ class BootstrapTable {
     if (o.showColumns) {
       html.push(`<div class="keep-open ${this.constants.classes.buttonsDropdown}" title="${o.formatColumns()}">
         <button class="${this.constants.buttonsClass} dropdown-toggle" type="button" data-toggle="dropdown"
-        aria-label="Columns" title="${o.formatFullscreen()}">
+        aria-label="Columns" title="${o.formatColumns()}">
         ${Utils.sprintf(this.constants.html.icon, o.iconsPrefix, o.icons.columns)}
         ${this.constants.html.dropdownCaret}
         </button>