UNPKG

@eclipse-scout/core

Version:
19 lines 802 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 editable. * Does not have an effect otherwise. */ browseAutoExpandAll?: boolean; /** * Configures the {@link SmartFieldModel.browseLoadIncremental} of the cell editor if the column is editable. * Does not have an effect otherwise. */ browseLoadIncremental?: boolean; /** * Configures the {@link SmartFieldModel.activeFilterEnabled} of the cell editor if the column is editable. * Does not have an effect otherwise. */ activeFilterEnabled?: boolean; } //# sourceMappingURL=SmartColumnModel.d.ts.map