AgGrid demo

Demonstrates AG Grid master detail functionality with expandable rows showing detailed information.

Master Detail Demo

Click the expand icon (►) on any row to see detailed information in a nested grid below.

Both grids should behave identically - one uses State Vars (left) and one uses static objects (right).

State Vars (Dynamic)

Using column_defs and detail params from State

Static Objects

Using static column definitions and detail params

Built with Reflex