Skip to main content

ColumnDialogHelper

Constructors

new ColumnDialogHelper()

new ColumnDialogHelper(column): ColumnDialogHelper

Parameters

ParameterType
columnColumn<any, any>

Returns

ColumnDialogHelper

Source

src/dataframe/column-helpers.ts:20

Properties

PropertyModifierType
columnprivateColumn<any, any>

Methods

editFormula()

editFormula(): void

Opens an editor dialog with preview for a calculated column.

Returns

void

Source

src/dataframe/column-helpers.ts:25