Home > @activeviam/activeui-sdk > TableCell
TableCell interface
Signature:
export interface TableCell
Properties
| Property | Type | Description |
|---|---|---|
| caption | TableCellCaption | the caption of the cell. |
| columnValue | TableCellColumnValue | the 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. |
| isTotal | boolean | Whether 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. |
| pagesCells | TablePagesCell[] | |
| previous | TableCell | |
| properties | { [a: string]: null | string | number | undefined; } | properties of the cell. Conveniently stores the MDX cell properties when existing. |
| value | TableCellValue | the content of the cell. |
| version | TableVersion |