@if (!submitted) {
@if (loaded) {
@if (loaded) {
Back to approvals list

{{ jsParams?.TABLE_NM }}

{{ jsParams?.TABLE_DESC }}

@if (loaded) {
@if (!tableDetails) {

There are no details to show

} @if (tableDetails) {
Table Id: {{ tableDetails?.TABLE_ID }}
Submitter: {{ tableDetails?.SUBMITTED_BY_NM }}
Submitted on: {{ tableDetails?.SUBMITTED_ON_DTTM }}
Submitted Reason: {{ tableDetails?.SUBMITTED_REASON_TXT }}
}
@if (diffsLimit) { Only the first 100 inserts, updates or deletes are displayed }
Changed Rows {{ lens.updated }} Added Rows {{ lens.new }} Deleted Rows {{ lens.deleted }}
}
@if (!loadingTable) {
Loading... @if (!loadingTable) {

Loading table

}
}
@if (loadingTable && noChanges) {

There are no changes to show

} @for (col of rowHeader; track col) { } @for (key of rowKeys; track key; let i = $index) { @if (chArr[i] === 'updated') { @for ( col of rowKeys[i]; track col; let chIndex = $index ) { } } @if (chArr[i] !== 'updated') { @for ( col of rowKeys[i]; track col; let chIndex = $index ) { } } }
{{ col }}
{{ diffTable.data[i][col] }} @if ( arrChanged[i][chIndex] == true && chArr[i] == 'updated' ) { Original value is: {{ arrOfChanges[i][chIndex] }} } {{ diffTable.data[i][col] }}
}
}
@if (!loaded) {
@if (!loaded) { Loading... } @if (!loaded) {

Loading preview

}
}
} @if (submitted) {
@if (loaded) {
@if (loaded) {
Back to submitted list

{{ subObj.base }}

{{ tableDescription }}

Table Id: {{ subObj.tableId }}
Submitted on: {{ subObj.submitted }}
Submit Message: {{ subObj.submitReason }}
@if (diffsLimit) { Only the first 100 inserts, updates or deletes are displayed }
Changed Rows {{ lens.updated }} Added Rows {{ lens.new }} Deleted Rows {{ lens.deleted }}
@if (loaded) {
}
@if (!loadingTable) {
Loading... @if (!loadingTable) {

Loading table

}
}
@for (col of rowHeader; track col) { } @for (key of rowKeys; track key; let i = $index) { @if (chArr[i] === 'updated') { @for ( col of rowKeys[i]; track col; let chIndex = $index ) { } } @if (chArr[i] !== 'updated') { @for ( col of rowKeys[i]; track col; let chIndex = $index ) { } } }
{{ col }}
{{ diffTable.data[i][col] }} @if ( arrChanged[i][chIndex] == true && chArr[i] == 'updated' ) { Original value is: {{ arrOfChanges[i][chIndex] }} } {{ diffTable.data[i][col] }}
}
} @if (!loaded) {
Loading... @if (!loaded) {

Loading submitted table

}
}
}