Skip to content

Refactoring of the grid code for the IgxTreeGridComponent #2642

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

Closed
wants to merge 77 commits into from

Conversation

DDavidkov
Copy link
Contributor

#2530 .

Refactored the IgxGridComponent so the code can be reused by the IgxTreeGrid. Changes include:

  • Moving the common code in a grid-common folder
  • Adding an interface for the common functionality between the IgxGridComponent and the IgxTreeGridComponent
  • Adding a base class for the Grid and the TreeGrid, which contains the common code
  • Adding a IgxGridCommonModule
  • Moving most of the functionality to the API service, which now is generic and works with the common interface, instead of having a concrete IgxGridComponent dependency

@gedinakova gedinakova added 💥 status: in-test PRs currently being tested and removed ❌ status: awaiting-test PRs awaiting manual verification labels Sep 28, 2018
DDavidkov and others added 26 commits September 28, 2018 15:45
@gedinakova gedinakova closed this Nov 6, 2018
@gedinakova gedinakova deleted the ddavidkov/treegrid branch November 6, 2018 12:07
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