DataCellTemplate
configurationThe template which renders the content of the data cell. By default renders the formatted value (fmtValue) of the data item.
The fields which can be used in the template are:
- columnTuple - the tuple of the corresponding column header cell
- rowTuple - the tuple of the corresponding row header cell
- measure - the value of the data cell measure
- dataItem - the data item itself
For information about the tuple structure check this link. About the data item structure review this help topic.
dataCellTemplate
String|Function