@if (librariesLoading) {
} @if (libraries) {
@if (searchLibTreeInput.value.length < 1) { } @if (searchLibTreeInput.value.length > 0) { }
} @for (library of libraries; 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 (libTable.length > 0) { } @if (tableLocked) { To unlock all tables, contact support@datacontroller.io } }
} }
@if (librariesPaging) {
Loading...
}
@if (nullVariables) { } @if (nullVariables) { } @if (loadingTableView) {
Loading...

Loading Table Viewer

} @if (!loadingTableView) {
@if (table) {
@if (!searchLoading) { } @if (searchLoading) { Loading... }

@if (tableTitle?.includes('-FC')) { } @if (tableTitle && tableTitle.length > 0) { {{ tableTitle?.replace('-FC', '') }} } @if (this.dsNote && this.dsNote.length > 0) { {{ this.dsNote }} } @if (tableTitle && tableTitle.length > 0) { @if (numberOfRows !== null) { ({{ numberOfRows | thousandSeparator: ',' }} {{ numberOfRows! === 1 ? 'row' : 'rows' }}, {{ filterCols.length }}{{ filterCols.length === 1 ? ' col' : ' cols' }}) } }

@if (tableTitle && !abortActive) {
Viewboxes
@if (tableEditExists()) {
Edit
} @if (tableuri) {
Lineage
}
Filter
Download
Web Query URL
}
@if ( queryText !== '1=1' && !['', ' '].includes(queryText) && !abortActive ) {
FILTER : {{ queryText }}
}
} @if (!lib && !table && !noDataReqErr && !noData) {
select a library icon

Please select a library

} @if (!noData && !noDataReqErr && !table && lib) {

{{ lib }}

@if (libinfo === null) { }
@if (libinfo !== null) {
select table icon

Please select a table

} @if (libinfo !== null) {
@if (libinfo.length < 1) {

No library info found. Click button to refresh.

} @if (libinfo.length > 0) { @if (libinfo[0].ENGINE !== '') { } @if (libinfo[0].LIBID !== '') { } @if (libinfo[0].LIBNAME !== '') { } @if (libinfo[0].LIBSIZE !== null) { } @if (libinfo[0].OWNERS !== '') { } @if (libinfo[0].PATHS !== '') { } @if (libinfo[0].PERMS !== '') { } @if (libinfo[0].SCHEMAS !== '') { } @if (libinfo[0].TABLE_CNT !== null) { } @if (libinfo[0].CATALOG_CNT !== null) { }
ENGINE: {{ libinfo[0] ? libinfo[0].ENGINE : '' }}
LIBID: {{ libinfo[0] ? libinfo[0].LIBID : '' }}
LIBNAME: {{ libinfo[0] ? libinfo[0].LIBNAME : '' }}
LIBSIZE: {{ libinfo[0] ? (libinfo[0].LIBSIZE | convertSize) : '' }}
OWNERS: {{ libinfo[0] ? libinfo[0].OWNERS : '' }}
PATHS: {{ libinfo[0] ? libinfo[0].PATHS : '' }}
PERMS: {{ libinfo[0] ? libinfo[0].PERMS : '' }}
SCHEMAS: {{ libinfo[0] ? libinfo[0].SCHEMAS : '' }}
TABLE_CNT: {{ libinfo[0] ? libinfo[0].TABLE_CNT : '' }}
CATALOG_CNT: {{ libinfo[0] ? libinfo[0].CATALOG_CNT : '' }}
}
} } @if (noData || noDataReqErr) {
@if (noData) {

No data found with given conditions

} @if (noDataReqErr) {

No data found due to sas request error

}
} @if (!noData && !noDataReqErr && table) {
}
@if ( licenceState.value.viewer_rows_allowed !== Infinity && hotTable.data && hotTable.data.length > licenceState.value.viewer_rows_allowed ) {

To display more than {{ licenceState.value.viewer_rows_allowed }} rows, contact

}
}