-
Notifications
You must be signed in to change notification settings - Fork 160
feat(h-grid): add support for advanced filtering #15562
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 all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
3374ac5
feat(h-grid): advanced filtering POC with sample
igdmdimitrov 0d60679
Merge branch 'master' into dmdimitrov/hgrid-advanced-filtering
igdmdimitrov 878981e
feat(h-grid): hide return fields select/combo in advanced filtering
igdmdimitrov 1d55057
Merge branch 'master' into dmdimitrov/hgrid-advanced-filtering
igdmdimitrov 72ad1d4
Merge branch 'master' into dmdimitrov/hgrid-advanced-filtering
teodosiah 60e1b0a
test(AF): refactor AF rehydration describe
teodosiah 6824a86
fix(hgrid): Cannot access 'IgxGridBaseDirective' before initialization
teodosiah a9f8e33
test(AF): add tests for QB in hgrid AF
teodosiah edcb401
fix(query-builder): commit expressions properly in hgrid
teodosiah ae5062e
fix(query-builder): get proper condition list for AF & QB
teodosiah 237ec54
Merge branch 'master' into dmdimitrov/hgrid-advanced-filtering
teodosiah 04d0496
chore(*): fix selected field filters
igdmdimitrov 69fe521
chore(*): fix adv filtering check and set selected field pipeArgs
igdmdimitrov 2f41c93
chore(*): fix selected field pipeArgs
igdmdimitrov b846588
feat(h-grid): support notInQuery in adv filtering
igdmdimitrov a7bac6f
feat(h-grid): adv filtering improvements for load on demand
igdmdimitrov 502b9c1
Merge branch 'master' into dmdimitrov/hgrid-advanced-filtering
igdmdimitrov 3205fd8
fix(h-grid): set more fields props in entities
igdmdimitrov 874359d
feat(h-grid): set remote entities for advanced filtering
igdmdimitrov 73f9e8c
Merge branch 'master' into dmdimitrov/hgrid-advanced-filtering
igdmdimitrov becee5a
chore(*): fix sample when filtering is cleared
igdmdimitrov 87fc940
feat(h-grid): set filtering entities and fix rehydration
igdmdimitrov 87eb2de
Merge branch 'master' into dmdimitrov/hgrid-advanced-filtering
igdmdimitrov 1266803
feat(h-grid): prop rename and return first field if returnFields is e…
igdmdimitrov 7612948
feat(h-grid): add fields for child entities and not show select entit…
igdmdimitrov a4b4c74
chore(*): revert filed name change
igdmdimitrov 4beb821
test(h-grid): fix childData and undefined errors in tests
teodosiah f96f349
test(h-grid): fix test failing due to UI changes
teodosiah 9e6e421
test(h-grid): fix failing QB tests
teodosiah 04e5711
feat(h-grid): revert creating fields for each child entity
igdmdimitrov 595c3cb
feat(h-grid): set expected return field in nested query and select if…
igdmdimitrov 6316199
chore(*): fix filtering when child grid is empty
igdmdimitrov fb358ff
test(h-grid): fix duplicated fields issue
teodosiah 1bb5055
chore(*): fix selection of expected return field
igdmdimitrov c98652b
Merge branch 'dmdimitrov/hgrid-advanced-filtering' of https://github.…
igdmdimitrov 53c4f44
fix(QB): Removed unneeded check in operandCanBeCommitted().
gedinakova 1d384c6
chore(*): fix timing of schema generation
igdmdimitrov ca4eade
Merge branch 'dmdimitrov/hgrid-advanced-filtering' of https://github.…
igdmdimitrov 15619b5
fix(*): QB test failure caused by preselection of matching field
gedinakova c7eba29
Merge branch 'dmdimitrov/hgrid-advanced-filtering' of https://github.…
gedinakova bf41866
test(h-grid): fix failing tests due to UI changes
teodosiah 2cd36b4
feat(h-grid): update changelog and documentation comment
igdmdimitrov c80b486
test(h-grid): check default value of inner query return fields
teodosiah 955f75b
Merge branch 'dmdimitrov/hgrid-advanced-filtering' of https://github.…
teodosiah 0c0b0ac
Merge branch 'master' into dmdimitrov/hgrid-advanced-filtering
gedinakova 8916747
Update CHANGELOG.md
igdmdimitrov f90fa21
fix(h-grid): select proper return field when there is single child en…
teodosiah 9995478
Merge branch 'dmdimitrov/hgrid-advanced-filtering' of https://github.…
teodosiah c9a65cd
chore(*): trigger schema generation
igdmdimitrov 89d444f
Merge branch 'dmdimitrov/hgrid-advanced-filtering' of https://github.…
igdmdimitrov c6fddcc
chore(*): fix circular dependency
igdmdimitrov 972e400
test(h-grid): add LOD schema prop test
teodosiah d7cdc51
test(h-grid): update describe imports
teodosiah 49a1868
Merge branch 'master' into dmdimitrov/hgrid-advanced-filtering
teodosiah ce2b943
test(h-grid): add check for JSON parsed expression tree
teodosiah 9f0d8c6
chore(*): fix clear filter not showing add condition option
igdmdimitrov 7fca3c7
Merge branch 'dmdimitrov/hgrid-advanced-filtering' of https://github.…
igdmdimitrov d1d7acc
chore(*): address comments and other fixes
igdmdimitrov 270ac2b
feat(h-grid): fixed adv filtering for date and time columns on nested…
igdmdimitrov aa7c347
chore(*): added null check for dataType
igdmdimitrov b71d5a2
chore(*): renamed method to isHierarchicalNestedQuery
igdmdimitrov 6a5c88d
chore(*): renamed method to isHierarchicalNestedQuery
igdmdimitrov d6cb157
chore(*): regenerated elements config
igdmdimitrov a4642c2
Update projects/igniteui-angular/src/lib/data-operations/filtering-st…
igdmdimitrov 4b619ed
chore(*): Fixed a typo in changelog
gedinakova fad898b
Merge branch 'dmdimitrov/hgrid-advanced-filtering' of https://github.…
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
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.