Browse Source

Add formatAllRows in template locale

Alessio Felicioni 9 years ago
parent
commit
5fd5ab809d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/locale/bootstrap-table-en-US.js.template

+ 3 - 0
src/locale/bootstrap-table-en-US.js.template

@@ -32,6 +32,9 @@
         },
         formatColumns: function () {
             return 'Columns';
+        },
+        formatAllRows: function () {
+            return 'All';
         }
     };