Browse Source

removed unused variable

Dustin Utecht 6 years ago
parent
commit
f2ba4c8be5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/extensions/filter-control/bootstrap-table-filter-control.js

+ 0 - 1
src/extensions/filter-control/bootstrap-table-filter-control.js

@@ -211,7 +211,6 @@ const UtilsFilterControl = {
   },
   },
   initFilterSelectControls (that) {
   initFilterSelectControls (that) {
     const data = that.data
     const data = that.data
-    const itemsPerPage = that.pageTo < that.options.data.length ? that.options.data.length : that.pageTo
     const z = that.options.pagination
     const z = that.options.pagination
       ? that.options.sidePagination === 'server'
       ? that.options.sidePagination === 'server'
         ? that.pageTo
         ? that.pageTo