|
@@ -670,7 +670,7 @@ class BootstrapTable {
|
|
|
html: () => {
|
|
html: () => {
|
|
|
const html = []
|
|
const html = []
|
|
|
|
|
|
|
|
- html.push(`<div class="keep-open ${this.constants.classes.buttonsDropdown}" title="${opts.formatColumns()}">
|
|
|
|
|
|
|
+ html.push(`<div class="keep-open ${this.constants.classes.buttonsDropdown}">
|
|
|
<button class="${this.constants.buttonsClass} dropdown-toggle" type="button" ${this.constants.dataToggle}="dropdown"
|
|
<button class="${this.constants.buttonsClass} dropdown-toggle" type="button" ${this.constants.dataToggle}="dropdown"
|
|
|
aria-label="${opts.formatColumns()}" title="${opts.formatColumns()}">
|
|
aria-label="${opts.formatColumns()}" title="${opts.formatColumns()}">
|
|
|
${opts.showButtonIcons ? Utils.sprintf(this.constants.html.icon, opts.iconsPrefix, opts.icons.columns) : ''}
|
|
${opts.showButtonIcons ? Utils.sprintf(this.constants.html.icon, opts.iconsPrefix, opts.icons.columns) : ''}
|