-
Notifications
You must be signed in to change notification settings - Fork 24
feat(grid): multiple expanded rows #262
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
e4806ab to
9673743
Compare
9673743 to
7f790b2
Compare
fb23e13 to
9810f70
Compare
projects/angular/components/ui-grid/src/ui-grid.component.spec.ts
Outdated
Show resolved
Hide resolved
9810f70 to
b46835f
Compare
| const firstRow = fixture.debugElement.query(By.css('.ui-grid-row')); | ||
| firstRow.nativeElement.dispatchEvent(EventGenerator.click); | ||
| expect(grid.rowClick.emit).toHaveBeenCalledWith(jasmine.objectContaining({ | ||
| row: data[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.
👍
b46835f to
3a6bd9f
Compare
3a6bd9f to
14b7bb3
Compare
|
Code Climate has analyzed commit 14b7bb3 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 85.7% (50% is the threshold). This pull request will bring the total coverage in the repository to 92.7% (0.0% change). View more on Code Climate. |
feat(grid): multiple expanded rows
adds support for multiple expanded rows