projects/aoc-client/core/types/aoc-grid-types.ts
Properties |
|
align |
align:
|
Type : "center" | "left" | "right"
|
Optional |
defaultSort |
defaultSort:
|
Type : "asc" | "desc"
|
Optional |
display |
display:
|
Type : AocUiDisplay<M>
|
editable |
editable:
|
Type : AocGridColumnEditable<M>
|
Optional |
formControlName |
formControlName:
|
Type : string
|
Optional |
headerTooltip |
headerTooltip:
|
Type : string
|
Optional |
ngClass |
ngClass:
|
Type : AocGridRowNgClass<M>
|
Optional |
ngStyle |
ngStyle:
|
Type : AocGridRowNgStyle<M>
|
Optional |
orderBy |
orderBy:
|
Type : AocUiFieldPath | AocGridQueryOrderMap<M>
|
Optional |
sanitize |
sanitize:
|
Type : boolean
|
Optional |
size |
size:
|
Type : template literal type
|
Optional |
sortable |
sortable:
|
Type : boolean
|
Optional |
treeExpander |
treeExpander:
|
Type : boolean
|
Optional |
visible |
visible:
|
Type : boolean
|
Optional |