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

Implemented search functionality for TreeGrid #3659

Merged
merged 322 commits into from
Jan 30, 2019

Conversation

DiyanDimitrov
Copy link
Contributor

@DiyanDimitrov DiyanDimitrov commented Jan 18, 2019

Closes #3519

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

mpavlinov and others added 30 commits December 19, 2018 16:11
Preventing wrap-around for scrollNext and scrollPrev -- 7.1
hide GroupedRecords class from typedoc API doc and refactor
igx-drop-down-theme param comment

Closes #3483 #3484
…#3465)

* test(grid): add test for summary alignment #3462

* fix(grid): include grid widths in cell width calculation #3462

* fix(summary): convert getCellWidth from getter to method #3462
* fix(grid): add pipeTrigger in the AfterViewInit event #3467

* test(grid): add general test for treegrid default rendering #8347

* fix(grid): calling pipeTrigger is not needed #3467

* test(grid): move general test to component test file #3467

* test(grid): remove f from test file #3467
test(update): Modify firstMonth selector #3508
igx-slider max-value defaults to min-value
Fix - Transactions - Gird Transactions + Paging interactions - Master
DiyanDimitrov and others added 5 commits January 22, 2019 14:22
# Conflicts:
#	.github/CONTRIBUTING.md
#	CHANGELOG.md
#	projects/igniteui-angular/src/lib/core/styles/components/avatar/_avatar-theme.scss
#	projects/igniteui-angular/src/lib/date-picker/date-picker.component.ts
#	projects/igniteui-angular/src/lib/drop-down/drop-down.base.ts
#	projects/igniteui-angular/src/lib/drop-down/drop-down.component.ts
#	projects/igniteui-angular/src/lib/grids/grid-base.component.ts
#	projects/igniteui-angular/src/lib/grids/grid.common.ts
#	projects/igniteui-angular/src/lib/grids/grid/grid-summary.spec.ts
#	projects/igniteui-angular/src/lib/grids/summaries/summary-cell.component.ts
#	projects/igniteui-angular/src/lib/grids/tree-grid/tree-cell.component.html
#	projects/igniteui-angular/src/lib/grids/tree-grid/tree-grid-summaries.spec.ts
#	projects/igniteui-angular/src/lib/services/overlay/position/elastic-position-strategy.ts
#	projects/igniteui-angular/src/lib/tabs/tabs.component.spec.ts
#	projects/igniteui-angular/src/lib/test-utils/tree-grid-components.spec.ts
#	projects/igniteui-angular/src/lib/time-picker/time-picker.component.ts
#	src/app/avatar/avatar.sample.html
#	src/app/combo/combo.sample.ts
@DiyanDimitrov DiyanDimitrov added ❌ status: awaiting-test PRs awaiting manual verification and removed 🛠️ status: in-development Issues and PRs with active development on them labels Jan 24, 2019
@rkaraivanov rkaraivanov added the squash-merge Merge PR with "Squash and Merge" option label Jan 24, 2019
@astaev astaev added 💥 status: in-test PRs currently being tested and removed ❌ status: awaiting-test PRs awaiting manual verification labels Jan 28, 2019
@astaev astaev added ✅ status: verified Applies to PRs that have passed manual verification and removed 💥 status: in-test PRs currently being tested labels Jan 30, 2019
@gedinakova gedinakova merged commit 94ab5ea into master Jan 30, 2019
@gedinakova gedinakova deleted the ddimitrov/treeGridSearch-7.1.x branch January 30, 2019 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grid: general grid: global-search squash-merge Merge PR with "Squash and Merge" option version: 7.2.x ✅ status: verified Applies to PRs that have passed manual verification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement searching in igxTreeGrid.