mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#164 column types, date formatting
This commit is contained in:
@@ -59,7 +59,9 @@ describe('DocumentList', () => {
|
||||
title: 'title',
|
||||
source: 'source',
|
||||
cssClass: 'css',
|
||||
srTitle: ''
|
||||
srTitle: '',
|
||||
type: 'text',
|
||||
format: ''
|
||||
};
|
||||
documentList.columns.push(column);
|
||||
|
||||
|
Reference in New Issue
Block a user