We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c530474 commit 0c3aaaaCopy full SHA for 0c3aaaa
examples/js/pagination/custom-pagination-table.js
@@ -46,6 +46,10 @@ export default class CustomPaginationTable extends React.Component {
46
nextPage: 'Next', // Next page button text
47
firstPage: 'First', // First page button text
48
lastPage: 'Last', // Last page button text
49
+ prePageTitle: 'Go to previous', // Previous page button title
50
+ nextPageTitle: 'Go to next', // Next page button title
51
+ firstPageTitle: 'Go to first', // First page button title
52
+ lastPageTitle: 'Go to Last', // Last page button title
53
paginationShowsTotal: this.renderShowsTotal, // Accept bool or function
54
paginationPosition: 'top' // default is bottom, top and both is all available
55
// hideSizePerPage: true > You can hide the dropdown for sizePerPage
0 commit comments