DomainGridOptions
Defined in: js-api/src/ui/domains/domains-grid.ts:118
Options of DomainGrid.create.
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
capabilities? | DomainTableCapabilities | Pre-probed capabilities, to avoid a second round trip when the caller already has them (a DomainGrid passes its own). | DomainFrameEditorOptions.capabilities | js-api/src/ui/domains/domains-editor.ts:74 |
defaults? | object | Values every row added through the toolbar starts with — how a detail grid of a master-detail page prefills the foreign key of its parent, so 'Add row' produces a saveable row instead of one failing on a required column. | - | js-api/src/ui/domains/domains-grid.ts:128 |
editable? | boolean | Master switch for editing; ANDed with the table's canEdit capability, so a table the user may not edit is read-only whatever this says. | - | js-api/src/ui/domains/domains-grid.ts:121 |
query? | DomainQuerySpec<string, string> | The query the frame came from — what DomainFrameEditor.refresh re-runs, and what DomainFrameEditor.create runs to build it. | DomainFrameEditorOptions.query | js-api/src/ui/domains/domains-editor.ts:71 |
toolbar? | boolean | Show the toolbar (unsaved-change count, Save/Cancel, Add/Delete row). Defaults to true; turn it off to drive the editor from your own ribbon. | - | js-api/src/ui/domains/domains-grid.ts:124 |