Skip to main content

grid-pro.multiselecteditorparams

Home > @genesislcap/grid-pro > MultiselectEditorParams

MultiselectEditorParams interface

Parameters used to configure MultiselectEditor

Signature:

export interface MultiselectEditorParams extends ICellEditorParams 

Extends: ICellEditorParams

Properties

Property

Modifiers

Type

Description

allOptionsResourceName

string

async

boolean

datasourceOptions

DatasourceOptions[]

labelField

string

selectedOptionsCallback

(data: any) => Promise<[]>

valueField

string

values

any[]