-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f01f6ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Allen,
Quick question on the pagination. How can I add a class name "disabled" to the pagination button, say, if currentPage is 1, of course, the Previous and First button are disabled, because they are not clickable. Same thing for the Next and Last button if you are viewing the last page.
f01f6ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alisan617,
react-bootstrap-table
does not support custom class on pagination buttons. But your feedback is a good improvements, I'll add it in the near future :)Thanks
f01f6ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alisan617, I've done this improvement in newest version. Thanks your feedback :)
f01f6ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AllenFang Thanks a lot.