[ADF-5153] Transclusion exposed from the DataTable to the DocumentList (#5743)

* [ADF-5153] Transclusion exposed from the DataTable to the DocumentList

* [ADF-5153] Add flags to control transclusion

* [ADF-5153] Remove Ngif breaking the transclusion
This commit is contained in:
Baptiste Mahé
2020-06-02 16:31:56 +02:00
committed by GitHub
parent 6b06fd6364
commit 439e3c7a7c
4 changed files with 16 additions and 0 deletions

View File

@@ -308,6 +308,7 @@ export class DocumentListComponent implements OnInit, OnChanges, OnDestroy, Afte
noPermission: boolean = false;
selection = new Array<NodeEntry>();
$folderNode: Subject<Node> = new Subject<Node>();
allowFiltering: boolean = true;
// @deprecated 3.0.0
folderNode: Node;