mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
dynamic column layout support (#2260)
This commit is contained in:
committed by
Mario Romano
parent
42ed604349
commit
5f7d690db5
@@ -0,0 +1,13 @@
|
||||
<adf-toolbar>
|
||||
<adf-toolbar-title>
|
||||
<md-select [(ngModel)]="selectedSource">
|
||||
<md-option *ngFor="let source of sources" [value]="source.value">
|
||||
{{ source.title }}
|
||||
</md-option>
|
||||
</md-select>
|
||||
</adf-toolbar-title>
|
||||
</adf-toolbar>
|
||||
<adf-document-list
|
||||
[currentFolderId]="selectedSource"
|
||||
locationFormat="/files">
|
||||
</adf-document-list>
|
Reference in New Issue
Block a user