mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Configurable columns for document list
- thumbnail, displayName and all other columns (except actions) are now configurable - support for default set of columns if no custom defined refs #51
This commit is contained in:
@@ -32,10 +32,8 @@ declare let __moduleName:string;
|
||||
providers: [DOCUMENT_LIST_PROVIDERS]
|
||||
})
|
||||
export class FilesComponent {
|
||||
thumbnails: boolean = true;
|
||||
breadcrumb: boolean = false;
|
||||
navigation: boolean = true;
|
||||
|
||||
events: any[] = [];
|
||||
|
||||
constructor(documentActions: DocumentActionsService) {
|
||||
|
Reference in New Issue
Block a user