mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4854] sticky header for task list (#5036)
* sticky header for task list * fix html * add docs * update code docs
This commit is contained in:
committed by
Eugenio Romano
parent
537d5b912f
commit
9e1a90adc8
@@ -6,6 +6,7 @@
|
||||
[loading]="isLoading"
|
||||
[multiselect]="multiselect"
|
||||
[selectionMode]="selectionMode"
|
||||
[stickyHeader]="stickyHeader"
|
||||
(row-select)="onRowSelect($event)"
|
||||
(row-unselect)="onRowUnselect($event)"
|
||||
(rowClick)="onRowClick($event)"
|
||||
|
@@ -117,6 +117,10 @@ export class TaskListCloudComponent extends DataTableSchema implements OnChanges
|
||||
@Input()
|
||||
multiselect: boolean = false;
|
||||
|
||||
/** Toggles the sticky header mode. */
|
||||
@Input()
|
||||
stickyHeader: boolean = false;
|
||||
|
||||
/**
|
||||
* Specifies how the table should be sorted. The parameters are for BE sorting.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user