Interface RowType

Hierarchy

  • RowType

Implemented by

Index

Properties

addRowUI?: boolean
cells?: QueryList<CellType> | CellType[]
children?: RowType[]
data?: any
deleted?: boolean
disabled?: boolean
expanded?: boolean
focused?: boolean
grid: GridType
groupRow?: IGroupByRecord
hasChildren?: boolean
inEditMode?: boolean
index: number
isGroupByRow?: boolean
isSummaryRow?: boolean
key?: any
nativeElement?: HTMLElement
parent?: RowType
pinned?: boolean
selected?: boolean
summaries?: Map<string, IgxSummaryResult[]>
treeRow?: ITreeGridRecord
viewIndex: number
virtDirRow?: IgxGridForOfDirective<any>

Methods

  • beginAddRow(): void
  • delete(): any
  • onClick(event: MouseEvent): void
  • onRowSelectorClick(event: MouseEvent): void
  • pin(): void
  • unpin(): void
  • update(value: any): void