在MUI反应表中,如何添加第一页和最后一页按钮?这只有上一页和下一页按钮。我想要一个第一页和最后一页的双箭头图标,或者一些开箱即用的东西。
在mui v5中 <TablePagination/> 有名为的道具 showFirstButton 和 showLastButton 。查看更多 https://mui.com/material-ui/api/table-pagination/
<TablePagination/>
showFirstButton
showLastButton