${T.repeat(x => x.actions.filter(a => a.key !== 'settings'), T.html` `)}
${T.when(x => x.showColumnToggle && x.availableColumns.length > 0, T.html`
${T.when(x => x.showColumnsDropdown, T.html` `)}
`)} ${T.when(x => x.actions.length > 3, T.html`
${T.when(x => x.showActionsDropdown, T.html` `)}
`)}