Wizard Technical Reference
Summary
- Wizards in AdapTable can be configured via the
wizardOptionsproperty inAdaptable Options - These properties control the popup type, initial position and initial size of every wizard
Wizard Options
The Wizard Options section contains the configuration properties available for AdapTable Wizards:
| Property | Type | Description | Default |
|---|---|---|---|
| popupType | PopupType | How wizards are rendered: 'modal' (centred & unmovable) or 'window' (supports size, position, drag, resize) | inherits from settingsPanelOptions.popupType |
| position | WindowPosition | Initial position of wizard — pixel offset of top-left corner from top-left of viewport (requires popupType: 'window') | Middle of Screen |
| size | WindowSize | Initial size (in pixels) of wizard (requires popupType: 'window') 'window'). | Computed default sized for wizards |