@for (option of optionsFiltered; track option.key) {
@if (col?.searchableFilter) { }
@if (col?.andFilter) {
Any All
} @if (col) {
} @if (option.key==='tags') {
@if (subOptions?.length) {
{{fixedOptionsSubheader}}
} @for (option of subOptions; track trackByLabel($index, option)) { }
} @if (col.columnExplain && optionsFiltered.length) {
{{col.columnExplain}}
}
}
Clear all