|
@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 (object.children && object.children.length > 0) {
@for (child of object.children; track child) {