Skip to content

Conversation

@nbulusanjr
Copy link
Contributor

Select childrens of row group.

Fix for Issue on selecting row header childrens are not selected #6160

Select childrens of row group
uiGridSelectionService.toggleRowSelection(self, row, evt, self.options.multiSelect, self.options.noUnselect);
}
else if (row.groupHeader) {
for (var i = 0; i < row.treeNode.children.length; i++) {
Copy link
Member

Choose a reason for hiding this comment

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

Can you fix the indentation?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Already fixed the indentation.

@mportuga mportuga merged commit 21819c5 into angular-ui:master Jun 6, 2017
vishalnarewade pushed a commit to vishalnarewade/ui-grid that referenced this pull request Nov 6, 2017
* Update selection.js

Select childrens of row group

* format indentation

* Change scrolling from scroll to auto.

* Update test script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants