Add DataGrid - Semantic Search Demo#34356
Open
markallenramirez wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new DataGrid “Semantic Search” demo to the demos app, exposing a server-driven semantic filtering scenario (search panel + similarity factor) across framework variants and wiring it into demo navigation and CSP.
Changes:
- Registered the new demo in the demos menu metadata (including AI-powered Extensions + DataGrid Filtering group entries).
- Added new demo implementations for Angular, React (TS), React (JS), Vue, and jQuery.
- Updated the demos CSP allowlist to support the new demo’s needs.
Reviewed changes
Copilot reviewed 17 out of 19 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/demos/utils/server/csp-server.js | Adds CSP allowlist entry for DataGrid/SemanticSearch (img-src data). |
| apps/demos/menuMeta.json | Adds “Semantic Search” demo metadata entries (AI section + DataGrid Filtering group). |
| apps/demos/Demos/DataGrid/SemanticSearch/Vue/index.ts | Vue bootstrap entrypoint. |
| apps/demos/Demos/DataGrid/SemanticSearch/Vue/index.html | Vue demo host page (SystemJS bootstrapping). |
| apps/demos/Demos/DataGrid/SemanticSearch/Vue/App.vue | Vue DataGrid implementation with similarity factor toolbar editor + server-side load params. |
| apps/demos/Demos/DataGrid/SemanticSearch/ReactJs/index.js | React (JS) bootstrap entrypoint. |
| apps/demos/Demos/DataGrid/SemanticSearch/ReactJs/index.html | React (JS) demo host page. |
| apps/demos/Demos/DataGrid/SemanticSearch/ReactJs/App.js | React (JS) DataGrid implementation with similarity factor and semantic search params. |
| apps/demos/Demos/DataGrid/SemanticSearch/React/index.tsx | React (TS) bootstrap entrypoint. |
| apps/demos/Demos/DataGrid/SemanticSearch/React/index.html | React (TS) demo host page. |
| apps/demos/Demos/DataGrid/SemanticSearch/React/App.tsx | React (TS) DataGrid implementation with semantic search params and debounced search input handling. |
| apps/demos/Demos/DataGrid/SemanticSearch/jQuery/index.js | jQuery DataGrid implementation with semantic search params and toolbar NumberBox. |
| apps/demos/Demos/DataGrid/SemanticSearch/jQuery/index.html | jQuery demo host page. |
| apps/demos/Demos/DataGrid/SemanticSearch/description.md | Demo description and usage notes for semantic search. |
| apps/demos/Demos/DataGrid/SemanticSearch/Angular/index.html | Angular demo host page (SystemJS bootstrapping). |
| apps/demos/Demos/DataGrid/SemanticSearch/Angular/app/app.component.ts | Angular DataGrid implementation with semantic search params and similarity factor handling. |
| apps/demos/Demos/DataGrid/SemanticSearch/Angular/app/app.component.html | Angular template for DataGrid + toolbar NumberBox. |
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.
No description provided.