Grid#
@palmyralabs/rt-forms · src/palmyra/grid/ and src/palmyra/wire/ — the building blocks behind SummaryGrid and every other grid template. These are not React components — they are utilities and hooks that compose with @tanstack/react-table and a Wire store.
| Page | Role |
|---|---|
| CellFormatter | Value-to-display renderers consumed by TanStack column defs |
| ColumnConverter | Compiles ColumnDefinition[] into TanStack ColumnDef[] |
| ServerQueryManager | useServerQuery hook — paginated, filterable, exportable query state |