File

projects/apttus/elements/src/lib/data/table/table.interface.ts

Description

Type used to define a column to be shown in the table.

Index

Properties
Methods

Methods

Optional value
value(record: AObject)

In case of custom values, define a function returning values for column.

Parameters :
Name Type Optional Description
record AObject No

: AObject record for which value to be rendered.

Returns : Observable<any>

Properties

label
label: string
Type : string
Optional

Label to show on the column.

prop
prop: string
Type : string

Property value in the record that is being used.

sortable
sortable: boolean
Type : boolean
Optional

Boolean flag to indicate the column can be sorted ot not.

result-matching ""

    No results matching ""