Skip to content

Commit

Permalink
[docs][material-ui][Pagination] Add TablePagination to the API comp…
Browse files Browse the repository at this point in the history
…onents list (#38486)
  • Loading branch information
MonstraG authored Sep 18, 2023
1 parent 436801b commit 4c1deca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/material/components/pagination/pagination.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
productId: material-ui
title: React Pagination component
components: Pagination, PaginationItem
components: Pagination, PaginationItem, TablePagination
githubLabel: 'component: pagination'
---

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/material-ui/api/table-pagination.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"forwardsRefTo": "HTMLTableCellElement",
"filename": "/packages/mui-material/src/TablePagination/TablePagination.js",
"inheritance": { "component": "TableCell", "pathname": "/material-ui/api/table-cell/" },
"demos": "<ul><li><a href=\"/material-ui/react-table/\">Table</a></li></ul>",
"demos": "<ul><li><a href=\"/material-ui/react-pagination/\">Pagination</a></li>\n<li><a href=\"/material-ui/react-table/\">Table</a></li></ul>",
"cssComponent": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export interface TablePaginationTypeMap<AdditionalProps, RootComponent extends R
*
* Demos:
*
* - [Pagination](https://mui.com/material-ui/react-pagination/)
* - [Table](https://mui.com/material-ui/react-table/)
*
* API:
Expand Down

0 comments on commit 4c1deca

Please sign in to comment.