Interface: ColumnDesc¶
taipy-gui JS module API / Exports / ColumnDesc
A column description as received by the backend.
Table of contents¶
Properties¶
Properties¶
apply¶
• Optional
apply: string
The name of the aggregation function.
dfid¶
• dfid: string
The unique column identifier.
filter¶
• Optional
filter: boolean
The flag that allows filtering.
format¶
• Optional
format: string
The value format.
groupBy¶
• Optional
groupBy: boolean
The flag that allows the user to aggregate the column.
index¶
• index: number
The order of the column.
nanValue¶
• Optional
nanValue: string
The value that would replace a NaN value.
notEditable¶
• Optional
notEditable: boolean
If true, the column cannot be edited.
style¶
• Optional
style: string
The name of the column that holds the CSS classname to apply to the cells.
title¶
• Optional
title: string
The column title.
tooltip¶
• Optional
tooltip: string
The name of the column that holds the tooltip to show on the cells.
type¶
• type: string
The column type.
tz¶
• Optional
tz: string
The TimeZone identifier used if the type is date
.
width¶
• Optional
width: string
| number
The column width.