@if (column().filterable) { @switch (column().filterType) { @case (FILTER_TYPE.duration) { } @case (FILTER_TYPE.durationNumeric) { } @case (FILTER_TYPE.durationDate) { } @default { @if (column().andFilter) {
Any All
}
@if (options !== null && column().paginatedFilterPageSize && !noMoreOptions() && !searching) { }
@for (option of subOptions; track option.label) { }
} } @if (column().columnExplain && options()?.length) {
{{column().columnExplain}}
}
} @else { }