Plugins#
@palmyralabs/rt-forms-mantine · 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 | Mantine Pagination + page-size dropdown |
Only FilterForm and SelectablePagination are barrel-exported from grid/plugins/index.ts. FieldGenerator (utility inside the filter module) is documented inline on the FilterForm page.