RelationManagerExtension and register it with the LunarPanel facade.
Example
The following example extends theCustomerGroupPricingRelationManager to add a custom column to the form and table:
Available Methods
| Method | Description |
|---|---|
extendForm(Form $form) | Modify the relation manager’s form schema. |
extendTable(Table $table) | Modify the relation manager’s table columns and configuration. |
headerActions(array $actions) | Add or modify header actions. |