Skip to main content

IMenuSingleColumnSelectorOptions

See Menu.singleColumnSelector

Extends

Properties

PropertyTypeDescriptionOverridesInherited from
asGroup?null | stringEither the current item is a separate subgroup by defined string name or inside main menu.IMenuColumnSelectorOptions.asGroupIMenuColumnSelectorOptions.asGroup
changeOnHover?booleanWhether a hovered value is selected.--
closeOnClick?booleanWhether the current item is closed after click.--
columnFilter?(c: Column<any, any>) => booleanFilters set selector columns to be displayed.IMenuColumnSelectorOptions.columnFilterIMenuColumnSelectorOptions.columnFilter
editable?booleanWhether the current item can be changed or its visibility can be toggled.IMenuColumnSelectorOptions.editableIMenuColumnSelectorOptions.editable
initialValue?stringValue put into the selector as initial or to reset.IMenuColumnSelectorOptions.initialValueIMenuColumnSelectorOptions.initialValue
nullable?booleanWhether selector contains empty value to indicate none selected.--
onChange?(grid: ColumnGrid, column: Column<any, any>, currentRowChanged: boolean) => voidCalled when selector value is changed.IMenuColumnSelectorOptions.onChangeIMenuColumnSelectorOptions.onChange
visible?booleanWhether the current item is visible.IMenuColumnSelectorOptions.visibleIMenuColumnSelectorOptions.visible