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

feat(igxGrid): Row pinning + MRL integration (Adding tests) #6924

Merged
merged 5 commits into from
Mar 20, 2020

Conversation

mddragnev
Copy link
Member

@mddragnev mddragnev commented Mar 18, 2020

Closes: Related issue: #6640

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code
  • This PR includes API docs for newly added methods/properties
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes
  • This PR includes behavioral changes and the feature specification has been updated with them

@Component({
template: `
<igx-grid [data]="data" height="500px" [pinning]='pinningConfig'>
<igx-column-group header="General Information">
Copy link
Contributor

Choose a reason for hiding this comment

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

@mddragnev mddragnev requested a review from dkamburov March 18, 2020 17:18
dkamburov
dkamburov previously approved these changes Mar 19, 2020
dkamburov
dkamburov previously approved these changes Mar 20, 2020
@MayaKirova MayaKirova self-assigned this Mar 20, 2020
@MayaKirova MayaKirova added 💥 status: in-test PRs currently being tested ✅ status: verified Applies to PRs that have passed manual verification and removed 💥 status: in-test PRs currently being tested labels Mar 20, 2020
@ChronosSF ChronosSF merged commit 383f9bf into master Mar 20, 2020
@ChronosSF ChronosSF deleted the mdragnev/row-pinning-mrl branch March 20, 2020 20:48
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.

4 participants