@if (activeView?.filterButtonEnabled) { } @if (activeView?.sortEnabled) { @for (item of dataManagerConfig?.sortOptions; track item) { {{ item.label }} } } @if (activeView?.columnPickerEnabled) { } @if (activeView?.searchEnabled) { } @if (activeView && views && views.length > 1) { @for (view of views; track view.id) { } } @if (activeView?.multiselectToolbarEnabled) { {{ 'skyux_data_manager_show_selected_option_title' | skyLibResources }} }