mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[no-issue] error image resolver mimetype should not be part of datatable (#3415)
* move error image custom logic form datatable to documentlist * change travis * [fix-test-log] added optional function to data row interface * [no-issue] fixed datatable tests * [no-issue] fixing tests
This commit is contained in:
@@ -19,6 +19,10 @@ export interface DataRow {
|
||||
isSelected: boolean;
|
||||
isDropTarget?: boolean;
|
||||
cssClass?: string;
|
||||
|
||||
hasValue(key: string): boolean;
|
||||
|
||||
getValue(key: string): any;
|
||||
|
||||
imageErrorResolver?(event: Event): any;
|
||||
}
|
||||
|
Reference in New Issue
Block a user