akveo / akveo/ng2-smart-table

Event to custom component

Aberta
#773 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
TypeScript
Estrelas
1.6k
Forks
867
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Hi all,
I have created custom component bound to the edit action:

text: {
title: 'Text',
type: 'text',
width: '70%',
editor: {
type: 'custom',
component: CustomEditorComponent
},
}

The custom component added to the dom dynamically- right?
So, in case I want to catch an event from this component to the parent component ( the component responsible for my table). How can I do that?
I can only catch events via the HTML binding property, no?

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.