_closed
_closed: boolean = false
checks
checks: undefined | any[]
columns
columns: undefined | any[]
config
config: {
buttons?: object[];
columns?: any;
doc?: any;
footer?: boolean;
height?: any;
maxHeight?: any;
position?: integer[];
title?: string;
width?: any;
}
dialog
dialog: HTMLDivElement
footer
footer: undefined | HTMLDivElement
header
header: HTMLDivElement
observable
observable: { container: any }
outer
outer: HTMLDivElement
Static
experiment
experiment: { [k: string]: unknown }
Creates a dialog for the user to choose multiple columns
Param: dataStore
the dataStore the columns will be chosen from
Param: callback
A function called when the user has selected the columns The callback is provided with a list of chosen column fields(ids)
Param: filter
The type of column the use can choose