Skip to content

feat(web): add ag-grid integration and web-ag-grid example#2

Merged
IceOnFire merged 6 commits intomainfrom
feat/ag-grid
Feb 20, 2026
Merged

feat(web): add ag-grid integration and web-ag-grid example#2
IceOnFire merged 6 commits intomainfrom
feat/ag-grid

Conversation

@vmantovani
Copy link
Collaborator

Description

Adds the first AG Grid integration to @inglorious/web and a dedicated web-ag-grid example app.

What’s included

  • New AG Grid type module in packages/web/src/ag-grid.
  • Package exports for:
    • @inglorious/web/ag-grid
    • @inglorious/web/ag-grid/base.css
    • @inglorious/web/ag-grid/theme.css
    • @inglorious/web/ag-grid/quartz.css
    • @inglorious/web/ag-grid/alpine.css
  • Type declarations for AG Grid exports.
  • New example app: examples/apps/web-ag-grid.

Behavior goals covered

  • Grid instance is preserved across app re-renders.
  • Updates are applied incrementally through grid API (no full teardown/recreate on render).
  • Proper cleanup on entity destroy.
  • Theme can be selected by consumer (themeClass + matching CSS import).
  • defaultColDef has sensible defaults but remains overrideable by the consumer.

Notes

  • Example demonstrates row updates, column toggling, and forced re-renders.
  • AG Grid was encapsulated inside the package so examples consume the package API rather than a local ad-hoc implementation.
  • Column definitions are now fully consumer-defined (no package-level default column presets).
Screenshot 2026-02-17 at 12 31 09

@vercel
Copy link

vercel bot commented Feb 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
charts Error Error Feb 17, 2026 3:18pm
inglorious-engine Error Error Feb 17, 2026 3:18pm
inglorious-flapper Error Error Feb 17, 2026 3:18pm
inglorious-pong Error Error Feb 17, 2026 3:18pm
motion Error Error Feb 17, 2026 3:18pm
store Error Error Feb 17, 2026 3:18pm
web Error Error Feb 17, 2026 3:18pm

@vercel
Copy link

vercel bot commented Feb 17, 2026

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/inglorious-coderz?upgradeToPro=build-rate-limit

@IceOnFire IceOnFire merged commit 5ef3c67 into main Feb 20, 2026
0 of 7 checks passed
@IceOnFire IceOnFire deleted the feat/ag-grid branch February 20, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments