ソースを参照

Add formatAllRows in template locale

Alessio Felicioni 10 年 前
コミット
5fd5ab809d
1 ファイル変更3 行追加0 行削除
  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';
         }
     };