Skip to content

Commit 0c3aaaa

Browse files
committed
examples for #1090 for custom tooltip on page buttons
1 parent c530474 commit 0c3aaaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/js/pagination/custom-pagination-table.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ export default class CustomPaginationTable extends React.Component {
4646
nextPage: 'Next', // Next page button text
4747
firstPage: 'First', // First page button text
4848
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
4953
paginationShowsTotal: this.renderShowsTotal, // Accept bool or function
5054
paginationPosition: 'top' // default is bottom, top and both is all available
5155
// hideSizePerPage: true > You can hide the dropdown for sizePerPage

0 commit comments

Comments
 (0)