Skip to content

fix(grid-lite): fixing grid lite samples and live-editing

9d6428f
Select commit
Loading
Failed to load commit list.
Merged

Add 14 grid-lite samples from igniteui-wc-examples #3781

fix(grid-lite): fixing grid lite samples and live-editing
9d6428f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 18, 2025 in 2s

No new alerts in code changed by this pull request

Annotations

Check failure on line 93 in src/app/grid-lite/grid-lite-data.service.ts

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.