mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Live compile/reload for demo shell, code cleanup
This commit is contained in:
parent
b4b837a14d
commit
fff9a9a070
@ -14,5 +14,6 @@
|
||||
"node_modules",
|
||||
"typings/main",
|
||||
"typings/main.d.ts"
|
||||
]
|
||||
],
|
||||
"compileOnSave": true
|
||||
}
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user