@for (option of optionsFiltered(); track option.key) { @if (col) { @if (col?.searchableFilter) {
} @if (col?.andFilter) {
Any All
}
@if (option.value !== null && col.paginatedFilterPageSize && col.paginatedFilterPageSize * pageNumber() <= (option.value | filter : searchTerms[option.key]: 'label')?.length) { }
@if (option.key==='tags') {
@if (subOptions()?.length) {
{{fixedOptionsSubheader()}}
} @for (option of subOptions(); track option.label) { }
} @if (col.columnExplain && optionsFiltered().length) {
{{col.columnExplain}}
}
}
}
Clear all