mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
improve column rendering performance (#742)
* improve column rendering performance * disable ACA-1892 implementation * fix sidenav auto-close
This commit is contained in:
@@ -143,4 +143,8 @@ export abstract class PageComponent implements OnInit, OnDestroy {
|
||||
trackByActionId(index: number, action: ContentActionRef) {
|
||||
return action.id;
|
||||
}
|
||||
|
||||
trackById(index: number, obj: { id: string }) {
|
||||
return obj.id;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user