Commit e2e1474
Fix filters impact analysis (#24877)
* fix(ui): impact analysis filter and sorting
* support sorting and highlight to column level
* fix dropdown issue
* add debounce to search value
* add coverage
* fix tests
* fix tests
* update tests
* fix sonar comment
* Address PR review comments: fix useMemo dependencies and remove deprecated properties (#24981)
* Initial plan
* Address review comments: fix useMemo deps, remove deprecated props, fix test mocks
Co-authored-by: chirag-madlani <12962843+chirag-madlani@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: chirag-madlani <12962843+chirag-madlani@users.noreply.github.com>
* fix pagination logic
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>1 parent c679793 commit e2e1474
16 files changed
Lines changed: 1006 additions & 217 deletions
File tree
- openmetadata-ui/src/main/resources/ui/src
- components
- Entity/EntityLineage
- Explore
- mocks
- LineageTable
- Lineage
- common/UserSelectableList
- constants
- rest
- utils
- Lineage
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
328 | 331 | | |
329 | 332 | | |
330 | 333 | | |
331 | | - | |
| 334 | + | |
332 | 335 | | |
333 | 336 | | |
334 | 337 | | |
| |||
511 | 514 | | |
512 | 515 | | |
513 | 516 | | |
| 517 | + | |
514 | 518 | | |
515 | 519 | | |
516 | 520 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
0 commit comments