Grid#
@palmyralabs/rt-forms-mui · src/palmyra/mui/grid/ — MUI-skinned grid components. Two entry points plus a small plugin ecosystem for filter panels and pagination.
| Page | Role |
|---|---|
| StaticGrid | Client-side table driven by an in-memory rowData array |
| PalmyraGrid | Server-backed grid with topic-bus refresh / filter |
| Plugins | FilterForm, SelectablePagination |
Note on types.
PalmyraGridOptions/IPalmyraGrid/StaticGridOptionsare declared locally in this package’sgrid/types.ts. If you’re porting code from the Mantine package (where those types come from@palmyralabs/rt-forms), update the imports accordingly.