代码之家  ›  专栏  ›  技术社区  ›  mattsmith5

React Material Table,First and Last Page按钮

  •  0
  • mattsmith5  · 技术社区  · 4 年前

    在MUI反应表中,如何添加第一页和最后一页按钮?这只有上一页和下一页按钮。我想要一个第一页和最后一页的双箭头图标,或者一些开箱即用的东西。

    enter image description here

    1 回复  |  直到 4 年前
        1
  •  2
  •   Dipanjan Panja    4 年前

    在mui v5中 <TablePagination/> 有名为的道具 showFirstButton showLastButton 。查看更多 https://mui.com/material-ui/api/table-pagination/