Skip to content

Commit

Permalink
Merge pull request #1174 from aneoconsulting/v0.12.x-fix-tasks-by-sta…
Browse files Browse the repository at this point in the history
…tus-incorrect-display

fix: v0.12.x tasks by status incorrect display
  • Loading branch information
ngruelaneo authored Jul 17, 2024
2 parents fe9ed2a + 51a3bd3 commit b5cd333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/table/table.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<app-table-container>
<table mat-table [dataSource]="data" matSort [matSortActive]="options.sort.active" [trackBy]="trackByElement"
[matSortDirection]="options.sort.direction" matSortDisableClear recycleRows cdkDropList
[matSortDirection]="options.sort.direction" matSortDisableClear cdkDropList
cdkDropListOrientation="horizontal" [cdkDropListDisabled]="lockColumns" (cdkDropListDropped)="onDrop($event)"
i18n-aria-label aria-label="Data Table">

Expand Down

0 comments on commit b5cd333

Please sign in to comment.