${headingArg}
|
`
)}
${(() => {
if (this.dataActions && this.dataActions.length > 0) {
return html`
Actions
|
`;
}
})()}
---|---|
${itemArg[headingArg]}
|
`
)}
${(() => {
if (this.dataActions && this.dataActions.length > 0) {
return html`
${(() => {
const actions: TemplateResult[] = [];
for (const action of this.dataActions) {
actions.push(html`
${action.iconName ? html`
`)
}
return actions;
})()}
|
`;
}
})()}