akveo / akveo/ng2-smart-table

Event to custom component

Open
#773 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.6k
Forks
867
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.