UNPKG

@eclipse-scout/core

Version:
25 lines 921 B
import { LookupCallColumnModel } from '../../index'; export interface SmartColumnModel<TValue> extends LookupCallColumnModel<TValue> { /** * Configures the {@link SmartFieldModel.browseAutoExpandAll} of the cell editor if the column is {@link editable}. * Does not have an effect otherwise. * * Default is true. */ browseAutoExpandAll?: boolean; /** * Configures the {@link SmartFieldModel.browseLoadIncremental} of the cell editor if the column is {@link editable}. * Does not have an effect otherwise. * * Default is false. */ browseLoadIncremental?: boolean; /** * Configures the {@link SmartFieldModel.activeFilterEnabled} of the cell editor if the column is {@link editable}. * Does not have an effect otherwise. * * Default is false. */ activeFilterEnabled?: boolean; } //# sourceMappingURL=SmartColumnModel.d.ts.map