mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[MNT-23166] Make tasks and processes lists resizeable (#9145)
This commit is contained in:
@@ -139,6 +139,14 @@ export class TaskListComponent extends DataTableSchema implements OnChanges, Aft
|
||||
@Input()
|
||||
stickyHeader: boolean = false;
|
||||
|
||||
/** Enables column resizing for datatable */
|
||||
@Input()
|
||||
isResizingEnabled = false;
|
||||
|
||||
/** Enables blur when resizing datatable columns */
|
||||
@Input()
|
||||
blurOnResize = true;
|
||||
|
||||
/** Emitted before the context menu is displayed for a row. */
|
||||
@Output()
|
||||
showRowContextMenu = new EventEmitter<DataCellEvent>();
|
||||
|
Reference in New Issue
Block a user