mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
support for column definitions in html (#1705)
* support for column definitions in html - provides generic support for html-based column definitions for datatable-like controls * html column definitions for Task List component * html column definitions for Document List component * update code and documentation
This commit is contained in:
committed by
Mario Romano
parent
e2ced9ff9a
commit
2fb8ae1b5d
@@ -42,7 +42,7 @@ export class ShareDataTableAdapter implements DataTableAdapter {
|
||||
|
||||
constructor(private documentListService: DocumentListService,
|
||||
private basePath: string,
|
||||
schema: DataColumn[]) {
|
||||
schema: DataColumn[] = []) {
|
||||
this.rows = [];
|
||||
this.columns = schema || [];
|
||||
}
|
||||
|
Reference in New Issue
Block a user