[ACS-6323] dynamic content list changing columns order with drag drop (#3557)

* ACS-6323 Allow to drag and drop name column

* ACS-6323 Made rest columns in personal files as draggable

* ACS-6323 Enabled dragging columns for rest of lists

* ACS-6323 Small correction

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Fixed e2e

* ACS-6323 Revert change

* e2e test fix

* e2e test fix

---------

Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
AleksanderSklorz
2023-12-11 12:04:50 +01:00
committed by GitHub
parent 0c8b872cd0
commit 68ee86010a
11 changed files with 97 additions and 41 deletions

View File

@@ -32,6 +32,7 @@
<data-column
[key]="column.key"
[title]="column.title"
[draggable]="column.draggable"
[type]="column.type"
[format]="column.format"
[class]="column.class"
@@ -49,6 +50,7 @@
[key]="column.key"
[title]="column.title"
[type]="column.type"
[draggable]="column.draggable"
[format]="column.format"
[class]="column.class"
[sortable]="column.sortable"