mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
This reverts commit 472e112b71
.
This commit is contained in:
@@ -79,12 +79,4 @@ export abstract class DataTableSchema {
|
||||
private getDefaultLayoutPreset(): DataColumn[] {
|
||||
return (this.layoutPresets['default']).map((col) => new ObjectDataColumn(col));
|
||||
}
|
||||
|
||||
public setPresetKey(presetKey: string) {
|
||||
this.presetKey = presetKey;
|
||||
}
|
||||
|
||||
public setPresetsModel(presetsModel: any) {
|
||||
this.presetsModel = presetsModel;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user