Skip to content
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

Rename table selectedRows => defaultSelectedRows #158

Merged
merged 1 commit into from
Jan 29, 2016

Conversation

levithomason
Copy link
Member

No description provided.

@dvdzkwsk
Copy link
Member

17293008503_e9caf09e459d0783dee1_512

@@ -28,7 +28,7 @@ export default class Table extends Component {
constructor(props, context) {
super(props, context);
this.state = {
selectedRows: this.props.selectedRows || [],
defaultSelectedRows: this.props.defaultSelectedRows || [],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

D:

levithomason added a commit that referenced this pull request Jan 29, 2016
…d-rows

Rename table selectedRows => defaultSelectedRows
@levithomason levithomason merged commit 07a513e into master Jan 29, 2016
@levithomason levithomason deleted the feature/default-selected-rows branch January 29, 2016 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants