File

projects/m2-core/src/lib/widget-modules/datatable-utils/cell/datatable-formula-cell.component.ts

Metadata

Index

Properties
Inputs
Accessors

Constructor

constructor(globalModalsService: GlobalModalsService)
Parameters :
Name Type Optional
globalModalsService GlobalModalsService No

Inputs

column
Type : DatatableColumn
row
Type : PageRow
value
Type : string

Properties

openFormulaEditorFn
Default value : (() => { const basicValues = this.row[this.column.prop + CONSTANTS.BASIC_PROP_POSTFIX]; const attrValue = basicValues && basicValues[0]; if (!attrValue) { return; } const config = new FormulaEditorConfig(false, null, attrValue.data.integerValue, null, attrValue); config.readonlyMode = true; this.globalModalsService.openDialog('FormulaEditorComponent', config); })

Accessors

formulaId
getformulaId()
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""