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:
Denys Vuika
2016-05-04 16:43:56 +01:00
parent 4a6d0c55bf
commit e0b42ca932
10 changed files with 89 additions and 94 deletions

View File

@@ -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) {