ColumnDesc
Interface: ColumnDesc¶
taipy-gui JS module API / ColumnDesc
A column description as received by the backend.
Properties¶
apply?¶
optionalapply:string
The name of the aggregation function.
className?¶
optionalclassName:string
The name of the column that holds the CSS className to apply to the cells.
dfid¶
dfid:
string
The unique column identifier.
filter?¶
optionalfilter:boolean
The flag that allows filtering.
format?¶
optionalformat:string
The value format.
formatFn?¶
optionalformatFn:string
The name of the column that holds the formatted value to show on the cells.
freeLov?¶
optionalfreeLov:boolean
If true the user can enter any value besides the lov values.
groupBy?¶
optionalgroupBy:boolean
The flag that allows the user to aggregate the column.
index¶
index:
number
The order of the column.
lineBreak?¶
optionallineBreak:boolean
If true or not set, line breaks are transformed into
.
lov?¶
optionallov:string[]
The list of values that can be used on edit.
nanValue?¶
optionalnanValue:string
The value that would replace a NaN value.
notEditable?¶
optionalnotEditable:boolean
If true, the column cannot be edited.
sortable?¶
optionalsortable:boolean
If false, the column cannot be sorted
title?¶
optionaltitle:string
The column title.
tooltip?¶
optionaltooltip:string
The name of the column that holds the tooltip to show on the cells.
type¶
type:
string
The column type.
tz?¶
optionaltz:string
The TimeZone identifier used if the type is date.
width?¶
optionalwidth:string|number
The column width.