Merged
Conversation
Miexil
reviewed
Oct 23, 2025
phndiaye
reviewed
Oct 23, 2025
JulienVannier66
approved these changes
Nov 27, 2025
Elodie-DeMatteis-Upf
approved these changes
Nov 27, 2025
Contributor
Elodie-DeMatteis-Upf
left a comment
There was a problem hiding this comment.
Some nit comments and questions, great job!
| return this._lookupComponent(columnDef, 'header'); | ||
| } | ||
|
|
||
| private _lookupComponent( |
Contributor
There was a problem hiding this comment.
I think _ for private functions is a javascript habit no? I guess you could remove it here
Contributor
Author
There was a problem hiding this comment.
It's to differentiate this function from the one it calls (super.lookupComponent)
|
|
||
| #### Faceted Filtering | ||
|
|
||
| Hypertable provides built-in support for **faceted filtering**, allowing users to select multiple values for a column filter from a dynamic list of facets. |
Contributor
There was a problem hiding this comment.
It may be a dumb question, but what does "faceted" mean in this context?
Contributor
Author
Comment on lines
+337
to
+341
| - Fetches facets when the filter UI opens | ||
| - Displays a skeleton loader while loading | ||
| - Supports search with a 300 ms debounce | ||
| - Allows multiple facet selection | ||
| - Sorts facets by `count` descending by default (custom sorting function can be provided) |
Contributor
There was a problem hiding this comment.
Same here, dumb question but what is a "facet"? ^^'
Contributor
Author
There was a problem hiding this comment.
and facets are the elements in the list 🙂
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



What does this PR do?
Related to : #
What are the observable changes?
🧑💻 Developer Heads Up
⚡ Since we are using Ember Octane now:
Useful Resource : Ember Octane vs Classic Cheat Sheet
Good PR checklist
Additional Notes