Skip to content

@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?

optional totalsRowFunction: string

Defined in: binding.d.ts:1006

Optional totals row function (e.g., "sum", "count", "average").


totalsRowLabel?

optional totalsRowLabel: string

Defined in: binding.d.ts:1008

Optional totals row label (used for the first column in totals row).

Released under the MIT / Apache-2.0 License.