@for (column of extraColumns; track column) { } @if (loading) { } @for (object of data; track object) { }
Name Matching Document count{{column.name}}Actions
Loading...
@if (!loading) {
@if (collectionSize > 0) {
{collectionSize, plural, =1 {One {{typeName}}} other {{{collectionSize || 0}} total {{typeNamePlural}}}} @if (selectedObjects.size > 0) {  ({{selectedObjects.size}} selected) }
} @if (collectionSize > 20) { }
}
@if (depth > 0) {
} {{ getMatching(object) }} {{ getDocumentCount(object) }} @for (column of extraColumns; track column) { @if (column.rendersHtml) {
} @else if (column.monospace) { {{ column.valueFn.call(null, object) }} } @else { {{ column.valueFn.call(null, object) }} } }
@if (getDocumentCount(object) > 0) { }
@if (getDocumentCount(object) > 0) {
}
@if (object.children && object.children.length > 0) { @for (child of object.children; track child) { } }