-
Notifications
You must be signed in to change notification settings - Fork 431
Set custom class or style for disabled/non-selectable. [Improve #1135] #1136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
{ | ||
"name": "react-bootstrap-table2-editor", | ||
"version": "1.3.2", | ||
"version": "1.4.0", |
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.
Don't bump the version, I bump the version though lerna
when I released, please revert this change.
{ | ||
"name": "react-bootstrap-table2-filter", | ||
"version": "1.1.12", | ||
"version": "1.2.0", |
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.
same here, don't bump the version
{ | ||
"name": "react-bootstrap-table2-paginator", | ||
"version": "2.0.8", | ||
"version": "2.1.0", |
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.
same here, don't bump the version
{ | ||
"name": "react-bootstrap-table2-toolkit", | ||
"version": "2.0.1", | ||
"version": "2.1.0", |
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.
same here, don't bump the version
{ | ||
"name": "react-bootstrap-table-next", | ||
"version": "3.1.9", | ||
"version": "3.2.1", |
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.
same here, don't bump the version
HI @Ymbere thanks for your contributions, it's a great start for you. Overall for me the implementation is good but I have some comments, please fix it then I will merge your code. Thanks BTW, please also rebase you code |
Add new props to the bootstrap-table, nonSelectableStyle and nonSelectableClasses Update row-consume in order to support custom styles and classes for non selectable rows
Add `nonSelectableStyle` documentation Add `nonSelectableClasses` documentation
HI @Ymbere I appreciate your hard work, it's awesome, thank a million lots~ |
Improve #1135
Improves the solution provided on issue # 1135, instead of using a workaround its possible to provide the
nonSelectableStyle
andnonSelectableClasses
directlyStyle
Class