[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:
Mykyta Maliarchuk
2024-01-08 11:22:31 +01:00
committed by GitHub
parent 89eda8939b
commit 70531e3215
12 changed files with 107 additions and 11 deletions

View File

@@ -29,6 +29,7 @@
<ng-container *ngFor="let column of columns; trackBy: trackByColumnId">
<ng-container *ngIf="column.template && !(column.desktopOnly && isSmallScreen)">
<data-column
[id]="column.id"
[key]="column.key"
[title]="column.title"
[type]="column.type"
@@ -46,6 +47,7 @@
<ng-container *ngIf="!column.template && !(column.desktopOnly && isSmallScreen)">
<data-column
[id]="column.id"
[draggable]="column.draggable"
[key]="column.key"
[title]="column.title"