Browse Source

Fix remote server sorter bug.

zhixin 11 years ago
parent
commit
d9885b355c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/bootstrap-table.js

+ 3 - 0
src/bootstrap-table.js

@@ -399,6 +399,9 @@
         }
         this.options.data = this.data;
 
+        if (this.options.sidePagination === 'server') {
+            return;
+        }
         this.initSort();
     };