浏览代码

added documentation for the table option "showExtendedPagination"

Dustin Utecht 6 年之前
父节点
当前提交
307028ff47
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      site/docs/api/table-options.md

+ 14 - 0
site/docs/api/table-options.md

@@ -496,6 +496,20 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Example:** [Only Info Pagination](https://examples.bootstrap-table.com/#options/only-info-pagination.html)
 
+## showExtendedPagination
+
+- **Attribute:** `data-show-extended-pagination`
+
+- **Type:** `Boolean`
+
+- **Detail:**
+
+  Set `true` to show a extended version of pagination (including the count of all rows with out filters).
+
+- **Default:** `false`
+
+- **Example:** [Only Info Pagination](https://examples.bootstrap-table.com/#options/show-extended-pagination.html)
+
 ## paginationLoop
 
 - **Attribute:** `data-pagination-loop`