Skip to main content

IMenuColumnSelectorOptions<T>

See IMenuSingleColumnSelectorOptions and IMenuMultiColumnSelectorOptions

Extended by

Type parameters

Type parameter
T

Properties

PropertyTypeDescription
asGroup?null | stringEither the current item is a separate subgroup by defined string name or inside main menu.
columnFilter?(c: Column<any, any>) => booleanFilters set selector columns to be displayed.
editable?booleanWhether the current item can be changed or its visibility can be toggled.
initialValue?TValue put into the selector as initial or to reset.
onChange?(...args: any[]) => voidCalled when selector value is changed
visible?booleanWhether the current item is visible.