mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
[ACS-5566] - add configurable columns to document list (#3473)
This commit is contained in:
parent
02f581e4c2
commit
835ddc3281
@ -39,6 +39,7 @@
|
||||
[format]="column.format"
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
<ng-template let-context>
|
||||
<adf-dynamic-column [id]="column.template" [context]="context"> </adf-dynamic-column>
|
||||
@ -54,6 +55,7 @@
|
||||
[format]="column.format"
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
</data-column>
|
||||
</ng-container>
|
||||
|
@ -34,6 +34,7 @@
|
||||
[format]="column.format"
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
<ng-template let-context>
|
||||
<adf-dynamic-column [id]="column.template" [context]="context"> </adf-dynamic-column>
|
||||
@ -49,6 +50,7 @@
|
||||
[format]="column.format"
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
</data-column>
|
||||
</ng-container>
|
||||
|
@ -44,6 +44,7 @@
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[sortingKey]="column.sortingKey || column.key"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
<ng-template let-context>
|
||||
<adf-dynamic-column [id]="column.template" [context]="context"> </adf-dynamic-column>
|
||||
@ -60,6 +61,7 @@
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[sortingKey]="column.sortingKey || column.key"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
</data-column>
|
||||
</ng-container>
|
||||
|
@ -38,6 +38,7 @@
|
||||
[format]="column.format"
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
<ng-template let-context>
|
||||
<adf-dynamic-column [id]="column.template" [context]="context"> </adf-dynamic-column>
|
||||
@ -53,6 +54,7 @@
|
||||
[format]="column.format"
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
</data-column>
|
||||
</ng-container>
|
||||
|
@ -34,6 +34,7 @@
|
||||
[format]="column.format"
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
<ng-template let-context>
|
||||
<adf-dynamic-column [id]="column.template" [context]="context"> </adf-dynamic-column>
|
||||
@ -49,6 +50,7 @@
|
||||
[format]="column.format"
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
</data-column>
|
||||
</ng-container>
|
||||
|
@ -33,6 +33,7 @@
|
||||
[format]="column.format"
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
<ng-template let-context>
|
||||
<adf-dynamic-column [id]="column.template" [context]="context"> </adf-dynamic-column>
|
||||
@ -48,6 +49,7 @@
|
||||
[format]="column.format"
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
</data-column>
|
||||
</ng-container>
|
||||
|
@ -39,6 +39,7 @@
|
||||
[format]="column.format"
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
<ng-template let-context>
|
||||
<adf-dynamic-column [id]="column.template" [context]="context"> </adf-dynamic-column>
|
||||
@ -54,6 +55,7 @@
|
||||
[format]="column.format"
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
>
|
||||
</data-column>
|
||||
</ng-container>
|
||||
|
Loading…
x
Reference in New Issue
Block a user