Browse Source

fixed broken page-list selector

Dustin Utecht 4 years ago
parent
commit
b121facfbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -1317,7 +1317,7 @@ class BootstrapTable {
 
 
       if (opts.smartDisplay) {
       if (opts.smartDisplay) {
         if (pageList.length < 2 || opts.totalRows <= pageList[0]) {
         if (pageList.length < 2 || opts.totalRows <= pageList[0]) {
-          this.$pagination.find('span.page-list').hide()
+          this.$pagination.find('div.page-list').hide()
         }
         }
       }
       }