Commit 3f4a884
committed
fix: Improve datatable local search
Problem:
- DataTable search functionality was searching through all row properties including unmapped/internal fields that are not displayed to users, leading to unexpected search results
Solution:
- Modified field selection to prioritize columnKey over property and fallback to original behavior when no searchable column found1 parent 17e44ee commit 3f4a884
File tree
1 file changed
+24
-3
lines changed- frontend/express/public/javascripts/countly/vue/components
1 file changed
+24
-3
lines changedLines changed: 24 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
75 | 85 | | |
76 | | - | |
77 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
78 | 99 | | |
79 | 100 | | |
80 | | - | |
| 101 | + | |
81 | 102 | | |
82 | 103 | | |
83 | 104 | | |
| |||
0 commit comments