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

{{ library.LIBRARYREF }}

@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 (loading) {
Loading...
} @if (!loading) {
select table icon @if (treeNodeLibraries?.length! > 0) {

Please select a table

} @if (treeNodeLibraries?.length! < 1) {

No Editable Tables Configured

}
}