mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat(explore): better search for dataset pane (#12675)
1. Upgrade match-sorter from 4.1.0 to 6.1.0 2. Add a debounce delay of 200 milliseconds to reduce excessive rendering (and searching) 3. Set keepDiacritics to true to improve performance 4. Display count of filtered results in "Showing x of xx", instead of the total results 5. Rank certified metrics to the top
This commit is contained in:
committed by
Ville Brofeldt
parent
39e3b28292
commit
8d80262bed
@@ -120,7 +120,7 @@
|
||||
"json-stringify-pretty-compact": "^2.0.0",
|
||||
"lodash": "^4.17.20",
|
||||
"lodash-es": "^4.17.14",
|
||||
"match-sorter": "^4.1.0",
|
||||
"match-sorter": "^6.1.0",
|
||||
"mathjs": "^8.0.1",
|
||||
"memoize-one": "^5.1.1",
|
||||
"moment": "^2.26.0",
|
||||
|
||||
Reference in New Issue
Block a user