ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > TableCell

TableCell interface

Signature:

export interface TableCell 

Properties

PropertyTypeDescription
captionTableCellCaptionthe caption of the cell.
columnValueTableCellColumnValuethe value of this cell projected to the column containing this cell. For cells created from a CellSet axis member the value is the member unique name and the columnValue is the level discriminator toString for the level represented by this column.
isTotalbooleanWhether the cell of the table represents a total regarding its column. In mdx it means that the cell does not represent a member of the level of the column. The boolean is only present if it is true.
pagesCellsTablePagesCell[]
previousTableCell
properties{
[a: string]: null | string | number | undefined;
}
properties of the cell. Conveniently stores the MDX cell properties when existing.
valueTableCellValuethe content of the cell.
versionTableVersion
  • TableCell interface
  • Properties
Copyright © 2019 ActiveViam