{{ description }}
| {{ rowHeader }} | {{ col.label || col.key }} | {{ rowTotalsLabel }} |
|---|---|---|
| {{ row[rowLabelKey] }} | {{ formatCell(cellValue(row, col), col) }} | {{ formatCell(rowTotal(row), { type: 'number' }) }} |
| {{ columnTotalsLabel }} | {{ formatCell(columnTotal(col), { type: 'number' }) }} | {{ formatCell(grandTotal, { type: 'number' }) }} |
{{ emptyLabel }}