0
A
回答
0
我實現了第一頁和最後一頁:
`<TableCell>
<IconButton onClick={this.handleFirstPage} >
<PaginationFirstPage />
</IconButton>
<IconButton onClick={this.handleLastPage} >
<PaginationLastPage />
</IconButton>
</TableCell>`
,但我想在材料的UI
的tablepagination組件的下一個圖標後,前面的頁面圖標和AST頁面圖標之前添加的第一個頁面圖標 but the position is at the end of pagination and i want to add the first icon page before the icon of previous page and the last page after the next page
相關問題
- 1. 僅在頁面的一部分中使用角材料
- 2. 分頁在角材料
- 3. 根據用戶角色導航到登錄頁面的頁面
- 4. 導航到第n個頁面
- 5. 的PhoneGap:導航回到第一頁
- 6. 在xcode中從一個頁面導航到另一個頁面
- 7. Scout Eclipse沒有表格頁面導航
- 8. 頁面重新導航回到頁面
- 9. 從子頁面導航到父頁面
- 10. jquery mobile導航到頁面內頁面
- 11. 從一個頁面導航到另一個頁面的選項
- 12. 上一個和下一個按鈕導航頁面到第一頁和最後一頁在劍道UI
- 13. 將材料用戶界面添加到React組件
- 14. 導航到'j'和'k'鍵的頁面
- 15. 導航到不同頁面的網頁
- 16. 用戶第一次訪問,導航到默認頁
- 17. 使用Javascript的頁面部分導航
- 18. 導航到一個頁面的實例
- 19. 頁面導航
- 20. 頁面導航
- 21. 導航頁面?
- 22. Xamarin表單頁面導航
- 23. 如何設置頁面從列表框導航到另一頁?
- 24. 多個表單頁面提交導航到JSF primeface中的另一個頁面
- 25. 在Web應用程序中導航頁面到頁面保留用戶輸入
- 26. MVVM Silverlight和頁面導航
- 27. 如何導航一個xaml頁面到另一個頁面?
- 28. 動態導航到頁面
- 29. 頁面導航無法找到第2頁
- 30. 解析使用POST導航到下一頁的頁面
你嘗試過什麼嗎? –
Material-ui @ next具有本地分頁組件,但您必須自己實現頁面更改功能。 https://material-ui-next.com/demos/tables/ – MEnf
我如何實現表分頁組件的特定功能? – wijden