Browse Source

Fix #3415: add unlimited keyword to docs

zhixin 8 years ago
parent
commit
525f91d396

+ 1 - 1
docs/_i18n/en/documentation/table-options.md

@@ -301,7 +301,7 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>data-page-list</td>
         <td>Array</td>
         <td>[10, 25, 50, 100]</td>
-        <td>When set pagination property, initialize the page size selecting list. If you include the 'All' option, all the records will be shown in your table.</td>
+        <td>When set pagination property, initialize the page size selecting list. If you include the 'All' or 'Unlimited' option, all the records will be shown in your table.</td>
     </tr>
     <tr>
         <td>selectItemName</td>

+ 1 - 1
docs/_i18n/zh-cn/documentation/table-options.md

@@ -249,7 +249,7 @@
         <td>data-page-list</td>
         <td>Array</td>
         <td>[10, 25, 50, 100, All]</td>
-        <td>如果设置了分页,设置可供选择的页面数据条数。设置为All 则显示所有记录。</td>
+        <td>如果设置了分页,设置可供选择的页面数据条数。设置为 All 或者 Unlimited,则显示所有记录。</td>
     </tr>
     <tr>
         <td>selectItemName</td>