Column Settings @for (option of options; track option) {
{{option.label}}
}
@for (option of options; track option) { @if (selected.includes(option.value)) { } } @for (item of tableElements; track item) { @if (selected.includes('product')) { } @if (selected.includes('contractNumber')) { } @if (selected.includes('desc')) { } @if (selected.includes('website')) { } @if (selected.includes('endingAt')) { } @if (selected.includes('statusText')) { } } @if (!selected.length) { }
{{option.label}}
{{item.product}}{{item.contractNumber}}{{item.desc}} {{item.website}} {{item.endingAt}} {{item.statusText}}
All table columns are currently hidden.