mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[MNT-23166] Add resize flag to document list with option to disable blur (#9090)
* [MNT-23166] Add resize flag to document list with option to disable blur * [MNT-23166] Missing docs and CR fixes * [MNT-23166] Lint fixes * [MNT-23166] Lint fixes * [MNT-23166] Lint fixes
This commit is contained in:
@@ -323,6 +323,14 @@ export class DocumentListComponent extends DataTableSchema implements OnInit, On
|
||||
@Input()
|
||||
maxColumnsVisible?: number;
|
||||
|
||||
/** Enables column resizing for datatable */
|
||||
@Input()
|
||||
isResizingEnabled = false;
|
||||
|
||||
/** Enables blur when resizing datatable columns */
|
||||
@Input()
|
||||
blurOnResize = true;
|
||||
|
||||
/** Emitted when the user clicks a list node */
|
||||
@Output()
|
||||
nodeClick = new EventEmitter<NodeEntityEvent>();
|
||||
|
Reference in New Issue
Block a user