aggrid-enterprise

Configure AG Grid Enterprise modules, licensing, and grouping in React dashboards.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/VedaAstro/veda-skills --skill aggrid-enterprise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aggrid-enterprise
Source: https://github.com/VedaAstro/veda-skills/tree/main/aggrid-enterprise
Command: npx skills add https://github.com/VedaAstro/veda-skills --skill aggrid-enterprise

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams implement AG Grid Enterprise correctly in React analytics dashboards without falling into common production bugs around grouping, pivoting, master/detail, exports, and theming.

Core Features & Use Cases

  • Row Grouping vs Tree Data: Choose the right hierarchy model before coding so pivot mode and user-driven grouping keep working.
  • Production Grid Setup: Register enterprise modules, apply licensing, and keep shared grid wrappers consistent across the app.
  • Advanced Analytics UX: Configure side panels, status bars, cell selection, sparklines, custom aggregation, and Excel export for CEO-ready reporting.
  • Master/Detail Guardrails: Use server-backed row eligibility to avoid empty detail grids and other real-world implementation bugs.

Quick Start

Ask the skill to review your AG Grid dashboard scenario and return the safest enterprise pattern, configuration, and anti-pattern checklist for your React table.

Frequently Asked Questions about aggrid-enterprise

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up AG Grid Enterprise modules and licensing in a React dashboard?

Setting up AG Grid Enterprise in React requires registering v35 enterprise modules and applying correct licensing within shared grid wrappers to keep analytics features like row grouping and Excel export functioning correctly.

What is the difference between row grouping and tree data in AG Grid?

Row grouping in AG Grid allows user-driven hierarchy and pivot mode, while tree data uses a fixed parent-child model. Choosing the right hierarchy model before coding ensures pivot compatibility and grouping mode selection remain stable.

Why does my AG Grid master detail panel show empty detail grids?

Empty AG Grid detail grids usually occur when row eligibility is not properly validated. Applying server-backed row eligibility guardrails prevents this and other master-detail implementation bugs.

How do I configure Excel export and sparklines in an AG Grid React analytics dashboard?

Configuring Excel export and sparklines in AG Grid React involves setting up advanced analytics UX components like side panels, status bars, and custom aggregation rules to produce CEO-ready reporting screens.

Can I use pivot mode with row grouping in AG Grid Enterprise?

Yes, pivot mode works with user-driven row grouping in AG Grid Enterprise, provided you apply managed aggregation rules and guardrails for grouping mode selection to maintain pivot compatibility across your reporting screens.