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

fix(react-grid): rework controlled mode #779

Merged
merged 4 commits into from
Mar 1, 2018
Merged

fix(react-grid): rework controlled mode #779

merged 4 commits into from
Mar 1, 2018

Conversation

kvet
Copy link
Contributor

@kvet kvet commented Feb 27, 2018

fixes #762

@@ -1,22 +1,24 @@
export const getAvailableToSelect = (rows, getRowId, isGroupRow) => {
export const rowsWithAlailableToSelect = (rows, getRowId, isGroupRow) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

rowsWithAlailableToSelect -> rowsWithAvailableToSelect

someSelected,
allSelected,
unwrapSelecetedRows,
Copy link
Contributor

Choose a reason for hiding this comment

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

unwrapSelecetedRows -> unwrapSelectedRows

@kvet kvet merged commit a412dda into DevExpress:1.0 Mar 1, 2018
@kvet kvet deleted the fix-controlled-mode branch March 1, 2018 09:46
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.

4 participants