projects/m2-core/src/lib/model/table/UserTableColumn.ts
Properties |
|
constructor(width?: number, textAlignment?: TextAlignment, columnId?: string, sortOrder?: number)
|
|||||||||||||||
|
Parameters :
|
| Public Abstract Readonly Optional attributeType |
Type : AttributeType
|
| Public columnId |
Type : string
|
| Public Optional isInverse |
Type : boolean
|
| Public Optional isWidthDefault |
Type : boolean
|
| Public Optional sortOrder |
Type : number
|
| Public textAlignment |
Type : TextAlignment
|
| Public width |
Type : number
|