@sheetkit/node / JsTableColumn
Interface: JsTableColumn
Defined in: binding.d.ts:1002
A column definition within a table.
Properties
name
name:
string
Defined in: binding.d.ts:1004
The column header name.
totalsRowFunction?
optionaltotalsRowFunction:string
Defined in: binding.d.ts:1006
Optional totals row function (e.g., "sum", "count", "average").
totalsRowLabel?
optionaltotalsRowLabel:string
Defined in: binding.d.ts:1008
Optional totals row label (used for the first column in totals row).