Type Alias ColumnDetails

ColumnDetails: {
    header?: string;
    prop: PropertyAccessor | PropertyAccessor[];
}

Column information.

Explicit column header name. If omitted, the (final) property accessor is used for this value.

Property accessor(s) used to access the value on the object