@if (libraryList) {
@if (searchLibTreeInput.value.length < 1) { } @if (searchLibTreeInput.value.length > 0) { }
} @for (library of libraryList; track library) { @if (!library['hidden'] && library['inForeground']) {

{{ library.LIBRARYNAME }}

@if (library['tables']) {
@if (searchTreeInput.value.length < 1) { } @if (searchTreeInput.value.length > 0) { }
} @for ( libTable of library['tables']; track libTable; let index = $index ) { @if (tableLocked) { To unlock all tables, contact support@datacontroller.io } @if (hasColumns) { @if (libTable['columns']) {
@if (searchTreeInput.value.length < 1) { } @if (searchTreeInput.value.length > 0) { }
} @for (libColumn of libTable['columns']; track libColumn) { } }
}
} }
@if (librariesPaging) {
Loading...
}