mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6325] Persisting configuration of document list columns size, visibility and order (#3562)
* [ACS-6325] save configuration for column width & visibility * [ACS-6325] save document list columns configuration * [ACS-6325] remove unused class
This commit is contained in:
committed by
GitHub
parent
89eda8939b
commit
70531e3215
@@ -35,6 +35,7 @@
|
||||
<ng-container *ngFor="let column of columns; trackBy: trackByColumnId">
|
||||
<ng-container *ngIf="column.template && !(column.desktopOnly && isSmallScreen)">
|
||||
<data-column
|
||||
[id]="column.id"
|
||||
[draggable]="column.draggable"
|
||||
[key]="column.key"
|
||||
[title]="column.title"
|
||||
@@ -52,6 +53,7 @@
|
||||
|
||||
<ng-container *ngIf="!column.template && !(column.desktopOnly && isSmallScreen)">
|
||||
<data-column
|
||||
[id]="column.id"
|
||||
[key]="column.key"
|
||||
[draggable]="column.draggable"
|
||||
[title]="column.title"
|
||||
|
Reference in New Issue
Block a user