Plugins#
@palmyralabs/rt-forms-mui · grid/plugins/ — opt-in chrome for PalmyraGrid. A plugin is a component that receives the grid’s queryRef and invokes methods on it (setFilter, gotoPage, refresh, …).
| Page | Role |
|---|---|
| FilterForm | Filter panel auto-built from grid column defs |
| SelectablePagination | MUI Pagination + page-size selector |
Only FilterForm and SelectablePagination are barrel-exported from grid/plugins/index.ts. Internal helpers FieldGenerator and GridFieldConverter are deep-import only; they’re documented on the FilterForm page.