[ACA-3170]Task/Process Add the sticky header feature (#5630)

* Add the sticky header feature

* Add html
This commit is contained in:
Maurizio Vitale
2020-04-22 13:34:51 +01:00
committed by GitHub
parent ea1454dde0
commit 6485ad71b4
6 changed files with 12 additions and 0 deletions

View File

@@ -127,6 +127,10 @@ export class TaskListComponent extends DataTableSchema implements OnChanges, Aft
@Input()
showContextMenu: boolean = false;
/** Toggles the sticky header mode. */
@Input()
stickyHeader: boolean = false;
/** Emitted before the context menu is displayed for a row. */
@Output()
showRowContextMenu = new EventEmitter<DataCellEvent>();