mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Live compile/reload for demo shell, code cleanup
This commit is contained in:
@@ -70,11 +70,6 @@ export class ObjectDataTableAdapter implements DataTableAdapter {
|
||||
return this._sorting;
|
||||
}
|
||||
|
||||
getColumnByKey(key: string) {
|
||||
let columns = this._columns.filter(col => col.key === key);
|
||||
return columns.length > 0 ? columns[0] : null;
|
||||
}
|
||||
|
||||
setSorting(sorting: DataSorting): void {
|
||||
this._sorting = sorting;
|
||||
|
||||
|
Reference in New Issue
Block a user