インターフェイス CellType

階層

Hierarchy

  • CellType

次で実装:

プロパティ

active: boolean
cellID?: any
column: ColumnType
defaultErrorTemplate?: TemplateRef<any>
editMode: boolean
editValue: any
editable: boolean
grid: GridType
id?: {
    columnID: number;
    rowID: any;
    rowIndex: number;
}

Type declaration

  • columnID: number
  • rowID: any
  • rowIndex: number
nativeElement?: HTMLElement
readonly?: boolean
row: RowType
selected: boolean
title?: any
update: ((value: any) => void)

Type declaration

    • (value: any): void
    • パラメーター

      • value: any

      返却 void

value: any
visibleColumnIndex?: number
width: string

メソッド