Commit 13eacc3
feat(filterChanged): pass the changed column as first argument to filterChanged function
When using the filterChanged function, it's now possible to use the first argument - column - to simply do column.filters[0].term to retreive the search term for the column being filtered. This is especially useful if using external filtering.
Closes #47751 parent 77792f5 commit 13eacc3
File tree
2 files changed
+2
-2
lines changed- packages
- core/src/js/directives
- saveState/src/js
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
| 590 | + | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| |||
0 commit comments