-
Notifications
You must be signed in to change notification settings - Fork 160
feat(igx-hierarchical-grid): export hierarchical grid #9206
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ac06346
feat(igx-hierarchical-grid): export hierarchical grid
onlyexeption 42b0ec5
feat(hierarchical-grid): excel export major refactoring
onlyexeption cbf04af
feat(hierarchical-grid): major refactoring
onlyexeption a2f69d1
feat(hierarchical-grid): major base-export refactoring
onlyexeption 0858599
feat(hierarchical-grid): address PR comments
onlyexeption 404743b
chore(*): add type to owner property
onlyexeption e2a1543
Merge branch 'master' into ibarakov/feat-5848-master
DiyanDimitrov 7b3bba5
feat(hierarchical-grid): add tests for hGrid export + address PR comm…
onlyexeption 68d7c09
Merge branch 'ibarakov/feat-5848-master' of https://github.com/Ignite…
onlyexeption cb4f0a0
Merge branch 'master' into ibarakov/feat-5848-master
gedinakova c72e9be
chore(*): minor changes regarding PR comments
onlyexeption 41d6866
Merge branch 'ibarakov/feat-5848-master' of https://github.com/Ignite…
onlyexeption 2e75f40
chore(*): fix expected data for styles.xml
onlyexeption 8ada2ee
test(Excel): Fixed styles.xml template
gedinakova e903ac1
test(Excel): Fixed failing col visibility tests.
gedinakova 4912115
Merge branch 'master' into ibarakov/feat-5848-master
gedinakova 2edaef0
Merge branch 'ibarakov/feat-5848-master' of https://github.com/Ignite…
gedinakova 519f9cf
Merge branch 'master' into ibarakov/feat-5848-master
gedinakova 81e2043
Merge branch 'master' into ibarakov/feat-5848-master
gedinakova 04e6b45
chore(*): fix tests + address PR comments
onlyexeption 56a6dd5
Merge branch 'ibarakov/feat-5848-master' of https://github.com/Ignite…
onlyexeption c822ee2
chore(*): replace property
onlyexeption 5467f57
chore(*): edit changelog.md
onlyexeption 626dea1
chore(*): remove leftover comment
onlyexeption be9fd72
Merge branch 'master' into ibarakov/feat-5848-master
gedinakova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We could probably extract the setting rowHeight logic in a method (I saw this used elsewhere).